gnu.kawa.xml

Class SortedNodes

public class SortedNodes extends Nodes

Manages a sequence of node references in document order without duplicates. All elements are POSITION_PAIR_FOLLOWS elements, which makes operations simple and efficient. The most recently added element is just before the gap. Optimized for the data being in order, or at least having good locality (a node being "near" the previously-entered node).
Method Summary
voidwritePosition(AbstractSequence seq, int ipos)

Method Detail

writePosition

public void writePosition(AbstractSequence seq, int ipos)