Home | History | Annotate | Download | only in axes

Lines Matching defs:hasCache

93   public boolean hasCache()
268 if(!hasCache())
292 return hasCache() ? (DTMFilter.SHOW_ALL & ~DTMFilter.SHOW_ENTITY_REFERENCE)
338 if(hasCache())
374 if(hasCache())
409 if((false == allowRelease) && !hasCache())
424 if(hasCache())
457 if(!hasCache())
473 return hasCache(); // though may be surprising if it also has an iterator!
501 else if(hasCache() && m_next < getVector().size())
723 assertion(hasCache(), "addNodeInDocOrder must be done on a mutable sequence!");