HomeSort by relevance Sort by last modified time
    Searched refs:setShouldCacheNodes (Results 1 - 11 of 11) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ContextNodeList.java 61 * If setShouldCacheNodes(true) is called, then nodes will
66 public void setShouldCacheNodes(boolean b);
NodeSequence.java 169 setShouldCacheNodes(shouldCacheNodes);
269 setShouldCacheNodes(true);
411 setShouldCacheNodes(true);
451 * @see DTMIterator#setShouldCacheNodes(boolean)
453 public void setShouldCacheNodes(boolean b)
FilterExprIteratorSimple.java 117 result.setShouldCacheNodes(true);
LocPathIterator.java 42 * <p>If setShouldCacheNodes(true) is called,
410 * If setShouldCacheNodes(true) is called, then nodes will
415 public void setShouldCacheNodes(boolean b)
418 assertion(false, "setShouldCacheNodes not supported by this iterater!");
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMIterator.java 223 * If setShouldCacheNodes(true) is called, then nodes will
232 public void setShouldCacheNodes(boolean b);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeList.java 68 * WARNING: THIS HAS THE SIDE EFFECT OF ISSUING setShouldCacheNodes(true)
80 m_iter.setShouldCacheNodes(true);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncKey.java 82 ns.setShouldCacheNodes(true);
ElemForEach.java 299 sourceNodes.setShouldCacheNodes(true);
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNodeSet.java 65 nodeSet.setShouldCacheNodes(true);
86 val.setShouldCacheNodes(true);
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSetDTM.java 40 * setShouldCacheNodes(true) be called before the first
    [all...]
NodeSet.java 39 * setShouldCacheNodes(true) be called before the first
788 * If setShouldCacheNodes(true) is called, then nodes will
798 public void setShouldCacheNodes(boolean b)
803 XSLMessages.createXPATHMessage(XPATHErrorResources.ER_CANNOT_CALL_SETSHOULDCACHENODE, null)); //"Can not call setShouldCacheNodes after nextNode has been called!");
    [all...]

Completed in 247 milliseconds