|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.vex.dom.Node | +--net.sf.vex.dom.Text
Text
represents a run of text in a document. Text
objects are not used in the internal document structure; they are
only returned as needed by the Element.getContent
method.
Constructor Summary | |
Text(Content content,
int startOffset,
int endOffset)
Class constructor. |
Methods inherited from class net.sf.vex.dom.Node |
getContent, getEndOffset, getEndPosition, getStartOffset, getStartPosition, getText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Text(Content content, int startOffset, int endOffset)
content
- Content object containing the textstartOffset
- character offset of the start of the runendOffset
- character offset of the end of the run
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |