Searched refs:LookAheadIterator (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DUnionIterator.java45 private final class LookAheadIterator class in class:UnionIterator
50 public LookAheadIterator(DTMAxisIterator iterator) { method in class:UnionIterator.LookAheadIterator
61 LookAheadIterator clone = (LookAheadIterator) super.cloneHeapNode();
77 LookAheadIterator comparand = (LookAheadIterator) heapNode;
90 } // end of LookAheadIterator
97 addHeapNode(new LookAheadIterator(iterator));

Completed in 28 milliseconds