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

/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DContextNodeList.java61 * If setShouldCacheNodes(true) is called, then nodes will
66 public void setShouldCacheNodes(boolean b); method in interface:ContextNodeList
H A DNodeSequence.java169 setShouldCacheNodes(shouldCacheNodes);
269 setShouldCacheNodes(true);
411 setShouldCacheNodes(true);
451 * @see DTMIterator#setShouldCacheNodes(boolean)
453 public void setShouldCacheNodes(boolean b) method in class:NodeSequence
H A DLocPathIterator.java42 * <p>If setShouldCacheNodes(true) is called,
410 * If setShouldCacheNodes(true) is called, then nodes will
415 public void setShouldCacheNodes(boolean b) method in class:LocPathIterator
418 assertion(false, "setShouldCacheNodes not supported by this iterater!");
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMIterator.java223 * If setShouldCacheNodes(true) is called, then nodes will
232 public void setShouldCacheNodes(boolean b); method in interface:DTMIterator
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSet.java39 * setShouldCacheNodes(true) be called before the first
788 * If setShouldCacheNodes(true) is called, then nodes will
798 public void setShouldCacheNodes(boolean b) method in class:NodeSet
803 XSLMessages.createXPATHMessage(XPATHErrorResources.ER_CANNOT_CALL_SETSHOULDCACHENODE, null)); //"Can not call setShouldCacheNodes after nextNode has been called!");
H A DNodeSetDTM.java40 * setShouldCacheNodes(true) be called before the first
1180 * If setShouldCacheNodes(true) is called, then nodes will
1190 public void setShouldCacheNodes(boolean b) method in class:NodeSetDTM
1195 XSLMessages.createXPATHMessage(XPATHErrorResources.ER_CANNOT_CALL_SETSHOULDCACHENODE, null)); //"Can not call setShouldCacheNodes after nextNode has been called!");

Completed in 132 milliseconds