Searched refs:cloneWithReset (Results 1 - 16 of 16) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DContextNodeList.java108 public NodeIterator cloneWithReset() throws CloneNotSupportedException; method in interface:ContextNodeList
H A DChildTestIterator.java107 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:ChildTestIterator
110 ChildTestIterator clone = (ChildTestIterator) super.cloneWithReset();
H A DOneStepIterator.java156 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:OneStepIterator
159 OneStepIterator clone = (OneStepIterator) super.cloneWithReset();
266 OneStepIterator clone = (OneStepIterator) this.cloneWithReset();
H A DBasicTestIterator.java214 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:BasicTestIterator
217 ChildTestIterator clone = (ChildTestIterator) super.cloneWithReset();
H A DDescendantIterator.java149 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:DescendantIterator
152 DescendantIterator clone = (DescendantIterator) super.cloneWithReset();
H A DLocPathIterator.java711 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:LocPathIterator
H A DNodeSequence.java625 * @see DTMIterator#cloneWithReset()
627 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:NodeSequence
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMIterator.java315 public DTMIterator cloneWithReset() throws CloneNotSupportedException; method in interface:DTMIterator
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeList.java76 m_iter=(DTMIterator)dtmIterator.cloneWithReset();
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncPosition.java89 cnl = cnl.cloneWithReset();
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DKeyTable.java124 refNodes = (XNodeSet) refNodes.cloneWithReset();
H A DTransformerImpl.java2554 return (cnl == null) ? null : (DTMIterator) cnl.cloneWithReset();
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNodeSet.java390 return cloneWithReset();
410 return (XObject)cloneWithReset();
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java270 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:NodeSetDTM
H A DNodeSet.java157 public NodeIterator cloneWithReset() throws CloneNotSupportedException method in class:NodeSet
H A DXPathContext.java1047 return cnl.cloneWithReset();

Completed in 195 milliseconds