Home
last modified time | relevance | path

Searched refs:hasCache (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
DNodeSequence.java93 public boolean hasCache() in hasCache() method in NodeSequence
268 if(!hasCache()) in setRoot()
292 return hasCache() ? (DTMFilter.SHOW_ALL & ~DTMFilter.SHOW_ENTITY_REFERENCE) in getWhatToShow()
338 if(hasCache()) in nextNode()
374 if(hasCache()) in previousNode()
409 if((false == allowRelease) && !hasCache()) in allowDetachToRelease()
424 if(hasCache()) in getCurrentNode()
457 if(!hasCache()) in setShouldCacheNodes()
473 return hasCache(); // though may be surprising if it also has an iterator! in isMutable()
501 else if(hasCache() && m_next < getVector().size()) in runTo()
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXNodeSet.java64 if(!nodeSet.hasCache()) in XNodeSet()
85 if(!val.hasCache()) in XNodeSet()
389 if(hasCache()) in iter()
409 if(hasCache()) in getFresh()