Searched refs:setShouldCacheNodes (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DContextNodeList.java63 * If setShouldCacheNodes(true) is called, then nodes will
68 public void setShouldCacheNodes(boolean b); method in interface:ContextNodeList
H A DNodeSequence.java171 setShouldCacheNodes(shouldCacheNodes);
278 setShouldCacheNodes(true);
420 setShouldCacheNodes(true);
460 * @see DTMIterator#setShouldCacheNodes(boolean)
462 public void setShouldCacheNodes(boolean b) method in class:NodeSequence
H A DFilterExprIteratorSimple.java119 result.setShouldCacheNodes(true);
H A DLocPathIterator.java44 * <p>If setShouldCacheNodes(true) is called,
412 * If setShouldCacheNodes(true) is called, then nodes will
417 public void setShouldCacheNodes(boolean b) method in class:LocPathIterator
420 assertion(false, "setShouldCacheNodes not supported by this iterater!");
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMIterator.java225 * If setShouldCacheNodes(true) is called, then nodes will
234 public void setShouldCacheNodes(boolean b); method in interface:DTMIterator
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltSets.java134 inter.setShouldCacheNodes(true);
165 diff.setShouldCacheNodes(true);
193 dist.setShouldCacheNodes(true);
H A DExsltMath.java147 highNodes.setShouldCacheNodes(true);
184 lowNodes.setShouldCacheNodes(true);
H A DExsltDynamic.java383 resultSet.setShouldCacheNodes(true);
545 closureSet.setShouldCacheNodes(true);
H A DExsltStrings.java207 resultSet.setShouldCacheNodes(true);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeList.java70 * WARNING: THIS HAS THE SIDE EFFECT OF ISSUING setShouldCacheNodes(true)
82 m_iter.setShouldCacheNodes(true);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXNodeSet.java67 nodeSet.setShouldCacheNodes(true);
88 val.setShouldCacheNodes(true);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSetDTM.java42 * setShouldCacheNodes(true) be called before the first
1182 * If setShouldCacheNodes(true) is called, then nodes will
1192 public void setShouldCacheNodes(boolean b) method in class:NodeSetDTM
1197 XSLMessages.createXPATHMessage(XPATHErrorResources.ER_CANNOT_CALL_SETSHOULDCACHENODE, null)); //"Can not call setShouldCacheNodes after nextNode has been called!");
H A DNodeSet.java41 * setShouldCacheNodes(true) be called before the first
790 * If setShouldCacheNodes(true) is called, then nodes will
800 public void setShouldCacheNodes(boolean b) method in class:NodeSet
805 XSLMessages.createXPATHMessage(XPATHErrorResources.ER_CANNOT_CALL_SETSHOULDCACHENODE, null)); //"Can not call setShouldCacheNodes after nextNode has been called!");

Completed in 68 milliseconds