| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eigenbase.xom.wrappers.Annotator.LocInfo
class Annotator.LocInfo

| Field Summary | |
|---|---|
(package private)  int | 
endTagEndPos
 | 
(package private)  int | 
seq
Sequence in document, ordered by start position (prefix order)  | 
(package private)  int | 
startTagEndPos
 | 
(package private)  int | 
startTagStartPos
Node type, typically Node.ELEMENT_NODE. | 
(package private)  int | 
type
 | 
| Constructor Summary | |
|---|---|
Annotator.LocInfo(int seq,
                                   int nodeType,
                                   int startTagStartPos)
Creates a LocInfo.  | 
|
| Method Summary | |
|---|---|
 String | 
getHeadText(String xml)
Returns the fragment of source XML corresponding to the head tag of this element, if this is an element, otherwise the whole node.  | 
 String | 
getText(String xml)
Returns the fragment of source XML that this node encompasses.  | 
 String | 
toString()
 | 
 String | 
toString(Annotator annotator)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
final int seq
final int startTagStartPos
Node.ELEMENT_NODE.
final int type
int startTagEndPos
int endTagEndPos
| Constructor Detail | 
|---|
Annotator.LocInfo(int seq,
                  int nodeType,
                  int startTagStartPos)
seq - Sequence number in documentnodeType - Node type, typically Node.ELEMENT_NODE.startTagStartPos - Position of start of element| Method Detail | 
|---|
public String toString(Annotator annotator)
public String getText(String xml)
xml - Whole source XML
public String getHeadText(String xml)
xml - Whole source XML
public String toString()
toString in class Object
  | 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||