|
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.NodeIterator | +--org.openoffice.xmerge.merger.diff.RowIterator
This is an implementation of the Iterator
interface and extends
NodeIterator
. It will traverse the tree and find row sequences.
Constructor Summary | |
RowIterator(ConverterCapabilities cc,
org.w3c.dom.Node node)
Standard constructor. |
Method Summary | |
protected boolean |
nodeSupported(org.w3c.dom.Node node)
Overwrite the parent nodeSupported method. |
Methods inherited from class org.openoffice.xmerge.merger.diff.NodeIterator |
attributesEqual, childrenEqual, compareNode, currentElement, elementCount, end, equivalent, next, previous, refresh, start |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RowIterator(ConverterCapabilities cc, org.w3c.dom.Node node)
cc
- The ConverterCapabilities
.node
- The initial root Node
.Method Detail |
protected boolean nodeSupported(org.w3c.dom.Node node)
nodeSupported
method. Only
row Node
objects are supported.nodeSupported
in class NodeIterator
node
- Node
to check.Node
is supported, false otherwise.
|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |