|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextPieceInfo
Interface to properties of text piece.
Method Summary | |
---|---|
int |
contains(String nodeID,
int offset,
int length)
Deprecated. ak sa ti to hodi pouzit informuj ma. Studva |
String |
getID()
Unique identification of this text piece in whole document. |
int |
getLastIndex()
Index of last character of this text piece in whole displayed text |
int |
getLength()
Length of the text piece. |
String |
getNodeID()
Identification of node holding the text (text node, cdata node, attribute). |
int |
getOffset()
Index of the first character of this text piece in whole displayed text of textual node. |
int |
getOriginalOffset()
Index of the first character of this text piece in whole original text of textual node. |
String |
getText()
Returns text of this text piece. |
Method Detail |
---|
@Deprecated int contains(String nodeID, int offset, int length)
nodeID
- offset
- length
-
String getID()
String getNodeID()
int getOffset()
int getOriginalOffset()
int getLastIndex()
int getLength()
String getText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |