Home
last modified time | relevance | path

Searched refs:IteratorPool (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
DIteratorPool.java32 public final class IteratorPool implements java.io.Serializable class
51 public IteratorPool(DTMIterator original) in IteratorPool() method in IteratorPool
DLocPathIterator.java141 m_clones = new IteratorPool(this); in readObject()
937 transient protected IteratorPool m_clones = new IteratorPool(this);
DUnionPathIterator.java263 m_clones = new IteratorPool(this); in readObject()