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

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/
H A DContextNodeList.java109 public NodeIterator cloneWithReset() throws CloneNotSupportedException; method in interface:ContextNodeList
H A DChildTestIterator.java108 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:ChildTestIterator
111 ChildTestIterator clone = (ChildTestIterator) super.cloneWithReset();
H A DOneStepIterator.java157 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:OneStepIterator
160 OneStepIterator clone = (OneStepIterator) super.cloneWithReset();
267 OneStepIterator clone = (OneStepIterator) this.cloneWithReset();
H A DBasicTestIterator.java215 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:BasicTestIterator
218 ChildTestIterator clone = (ChildTestIterator) super.cloneWithReset();
H A DDescendantIterator.java151 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:DescendantIterator
154 DescendantIterator clone = (DescendantIterator) super.cloneWithReset();
H A DLocPathIterator.java712 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:LocPathIterator
H A DNodeSequence.java633 * @see DTMIterator#cloneWithReset()
635 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:NodeSequence
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/
H A DDTMIterator.java316 public DTMIterator cloneWithReset() throws CloneNotSupportedException; method in interface:DTMIterator
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeList.java77 m_iter=(DTMIterator)dtmIterator.cloneWithReset();
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/
H A DFuncPosition.java90 cnl = cnl.cloneWithReset();
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/objects/
H A DXNodeSet.java391 return cloneWithReset();
411 return (XObject)cloneWithReset();
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/
H A DNodeSetDTM.java271 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:NodeSetDTM
H A DNodeSet.java158 public NodeIterator cloneWithReset() throws CloneNotSupportedException method in class:NodeSet
H A DXPathContext.java1004 return cnl.cloneWithReset();

Completed in 131 milliseconds