|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xpointer.TextNodeFragment
This class is used when we need something that is a range with the same start and end container.
Constructor Summary | |
TextNodeFragment()
Creates new TextNodeFragment |
Method Summary | |
int |
getEndIndex()
Getter for property endIndex. |
org.w3c.dom.Node |
getNode()
Getter for property node. |
int |
getStartIndex()
Getter for property startIndex. |
void |
setEndIndex(int endIndex)
Setter for property endIndex. |
void |
setNode(org.w3c.dom.Node node)
Setter for property node. |
void |
setStartIndex(int startIndex)
Setter for property startIndex. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TextNodeFragment()
Method Detail |
public int getEndIndex()
public void setEndIndex(int endIndex)
endIndex
- New value of property endIndex.public org.w3c.dom.Node getNode()
public void setNode(org.w3c.dom.Node node)
node
- New value of property node.public int getStartIndex()
public void setStartIndex(int startIndex)
startIndex
- New value of property startIndex.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |