Overview

Positional information for one ExpertiseSearchClause type that was generated from one location within source text.

Refer to type expertiseSearchClause for more information

Members

Name Type Required Description

clause

expertiseSearchClause

clause generated from this position in the text

length

int

The number of characters within the text that are covered by the clause

start

int

0-based starting offset into the text

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:expertiseClauseTextPosition xsi:type="obh:expertiseClauseTextPosition" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <clause>your_expertiseSearchClause_0</clause>
        <length>your_int_0</length>
        <start>your_int_0</start>
</obh:expertiseClauseTextPosition>

Referenced By Representaions