LibreOffice Module xmerge (master)
1
|
This is an implementation of the. More...
Public Member Functions | |
RowIterator (ConverterCapabilities cc, Node node) | |
Standard constructor. More... | |
![]() | |
NodeIterator (ConverterCapabilities cc, Node node) | |
Standard constructor. More... | |
Object | next () |
Move to next element in the sequence. More... | |
Object | previous () |
Object | start () |
Move to the beginning of the sequence. More... | |
Object | end () |
Object | currentElement () |
Return the current element. More... | |
int | elementCount () |
Return the total element count in the sequence. More... | |
boolean | equivalent (Object obj1, Object obj2) |
A method to allow the difference algorithm to test whether the. More... | |
void | refresh () |
A method to force the. More... | |
Protected Member Functions | |
boolean | nodeSupported (Node node) |
Overwrite the parent. More... | |
![]() | |
boolean | compareNode (Node node1, Node node2) |
Used to compare two. More... | |
boolean | childrenEqual (Node node1, Node node2) |
Compare the children of two. More... | |
abstract boolean | nodeSupported (Node node) |
Check whether a. More... | |
This is an implementation of the.
interface and extends
.
It will traverse the tree and find row sequences.
Definition at line 32 of file RowIterator.java.
|
inline |
Standard constructor.
cc | The ConverterCapabilities
|
node | The initial root . |
Definition at line 44 of file RowIterator.java.
|
inlineprotected |
Overwrite the parent.
method.
Only row
objects are supported.
node |
Definition at line 59 of file RowIterator.java.
References org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_TABLE_ROW.