HomeSort by relevance Sort by last modified time
    Searched defs:setShouldCacheNodes (Results 1 - 7 of 7) 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);
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!");
NodeSequence.java 169 setShouldCacheNodes(shouldCacheNodes);
269 setShouldCacheNodes(true);
411 setShouldCacheNodes(true);
451 * @see DTMIterator#setShouldCacheNodes(boolean)
453 public void setShouldCacheNodes(boolean b)
  /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/xpath/
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...]
NodeSetDTM.java 40 * setShouldCacheNodes(true) be called before the first
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 90 milliseconds