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

  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ContextNodeList.java 108 public NodeIterator cloneWithReset() throws CloneNotSupportedException;
ChildTestIterator.java 107 public DTMIterator cloneWithReset() throws CloneNotSupportedException
110 ChildTestIterator clone = (ChildTestIterator) super.cloneWithReset();
OneStepIterator.java 156 public DTMIterator cloneWithReset() throws CloneNotSupportedException
159 OneStepIterator clone = (OneStepIterator) super.cloneWithReset();
266 OneStepIterator clone = (OneStepIterator) this.cloneWithReset();
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();
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/xml/dtm/ref/
DTMNodeList.java 76 m_iter=(DTMIterator)dtmIterator.cloneWithReset();
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncPosition.java 89 cnl = cnl.cloneWithReset();
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyTable.java 124 refNodes = (XNodeSet) refNodes.cloneWithReset();
TransformerImpl.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNodeSet.java 390 return cloneWithReset();
410 return (XObject)cloneWithReset();
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSetDTM.java 270 public DTMIterator cloneWithReset() throws CloneNotSupportedException
    [all...]
NodeSet.java 157 public NodeIterator cloneWithReset() throws CloneNotSupportedException
    [all...]
XPathContext.java 1047 return cnl.cloneWithReset();
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 482 milliseconds