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

  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ChildTestIterator.java 107 public DTMIterator cloneWithReset() throws CloneNotSupportedException
110 ChildTestIterator clone = (ChildTestIterator) super.cloneWithReset();
ContextNodeList.java 108 public NodeIterator cloneWithReset() throws CloneNotSupportedException;
BasicTestIterator.java 214 public DTMIterator cloneWithReset() throws CloneNotSupportedException
217 ChildTestIterator clone = (ChildTestIterator) super.cloneWithReset();
DescendantIterator.java 149 public DTMIterator cloneWithReset() throws CloneNotSupportedException
152 DescendantIterator clone = (DescendantIterator) super.cloneWithReset();
OneStepIterator.java 156 public DTMIterator cloneWithReset() throws CloneNotSupportedException
159 OneStepIterator clone = (OneStepIterator) super.cloneWithReset();
266 OneStepIterator clone = (OneStepIterator) this.cloneWithReset();
LocPathIterator.java 711 public DTMIterator cloneWithReset() throws CloneNotSupportedException
NodeSequence.java 625 * @see DTMIterator#cloneWithReset()
627 public DTMIterator cloneWithReset() throws CloneNotSupportedException
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMIterator.java 315 public DTMIterator cloneWithReset() throws CloneNotSupportedException;
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSet.java 157 public NodeIterator cloneWithReset() throws CloneNotSupportedException
    [all...]
NodeSetDTM.java 270 public DTMIterator cloneWithReset() throws CloneNotSupportedException
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 103 milliseconds