19package org.openoffice.xmerge.merger;
This is an interface used by the DiffAlgorithm and MergeAlgorithm to access a Document.
Object currentElement()
Return the current element Object content.
void refresh()
A method to force the Iterator to traverse the tree again to refresh the content.
int elementCount()
Return the total element count in the sequence.
boolean equivalent(Object obj1, Object obj2)
A method to allow the difference algorithm to test whether the obj1 and obj2 in the Iterator are cons...
Object start()
Move to the beginning of the sequence.
Object next()
Move to next element in the sequence.