Searched defs:cloneWithReset (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DBasicTestIterator.java216 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:BasicTestIterator
219 ChildTestIterator clone = (ChildTestIterator) super.cloneWithReset();
H A DChildTestIterator.java109 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:ChildTestIterator
112 ChildTestIterator clone = (ChildTestIterator) super.cloneWithReset();
H A DContextNodeList.java110 public NodeIterator cloneWithReset() throws CloneNotSupportedException; method in interface:ContextNodeList
H A DDescendantIterator.java152 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:DescendantIterator
155 DescendantIterator clone = (DescendantIterator) super.cloneWithReset();
H A DOneStepIterator.java158 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:OneStepIterator
161 OneStepIterator clone = (OneStepIterator) super.cloneWithReset();
268 OneStepIterator clone = (OneStepIterator) this.cloneWithReset();
H A DNodeSequence.java634 * @see DTMIterator#cloneWithReset()
636 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:NodeSequence
H A DLocPathIterator.java713 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:LocPathIterator
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMIterator.java317 public DTMIterator cloneWithReset() throws CloneNotSupportedException; method in interface:DTMIterator
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSet.java159 public NodeIterator cloneWithReset() throws CloneNotSupportedException method in class:NodeSet
H A DNodeSetDTM.java272 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:NodeSetDTM

Completed in 44 milliseconds