|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openoffice.xmerge.merger.diff.TextNodeEntry
A small class to hold the start/end character position and the
Node
pointer in a text Node
. It is
mainly used for character parser to make a list of text
Node
cache entries.
Constructor Summary | |
TextNodeEntry(int startChar,
int endChar,
org.w3c.dom.Node node)
Constructor |
Method Summary | |
int |
endChar()
Returns the end character. |
org.w3c.dom.Node |
node()
Returns the Node . |
int |
startChar()
Returns the start character. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TextNodeEntry(int startChar, int endChar, org.w3c.dom.Node node)
startChar
- The start character position.endChar
- The end character position.node
- The text Node
.Method Detail |
public int endChar()
public org.w3c.dom.Node node()
Node
.Node
.public int startChar()
|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |