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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DNodeSequence.java95 public boolean hasCache() method in class:NodeSequence
277 if(!hasCache())
301 return hasCache() ? (DTMFilter.SHOW_ALL & ~DTMFilter.SHOW_ENTITY_REFERENCE)
347 if(hasCache())
383 if(hasCache())
418 if((false == allowRelease) && !hasCache())
433 if(hasCache())
466 if(!hasCache())
482 return hasCache(); // though may be surprising if it also has an iterator!
510 else if(hasCache()
[all...]

Completed in 24 milliseconds