Searched defs:IteratorCache (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DNodeSequence.java59 private IteratorCache m_cache;
76 private IteratorCache getCache() {
552 IteratorCache newCache = new IteratorCache();
589 IteratorCache cache = getCache();
634 // to the same IteratorCache object as the original
659 // to the same IteratorCache object as the original
788 m_cache = new IteratorCache();
791 } else if (obj instanceof IteratorCache) {
792 IteratorCache cach
834 private final static class IteratorCache { class in class:NodeSequence
879 IteratorCache() { method in class:NodeSequence.IteratorCache
[all...]

Completed in 158 milliseconds