|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.vex.dom.Node
Node
represents a component of an XML document. .
Constructor Summary | |
Node()
Class constructor. |
Method Summary | |
Content |
getContent()
Returns the document associated with this node. |
int |
getEndOffset()
Returns the character offset corresponding to the end of the node. |
Position |
getEndPosition()
Returns the Position corresponding to the end of
the node. |
int |
getStartOffset()
Returns the character offset corresponding to the start of the node. |
Position |
getStartPosition()
Returns the Position corresponding to the start of
the node. |
java.lang.String |
getText()
Returns the text contained by this node. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Node()
Method Detail |
public Content getContent()
public int getEndOffset()
public Position getEndPosition()
Position
corresponding to the end of
the node.
public int getStartOffset()
public Position getStartPosition()
Position
corresponding to the start of
the node.
public java.lang.String getText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |