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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DContextNodeList.java110 public NodeIterator cloneWithReset() throws CloneNotSupportedException; method in interface:ContextNodeList
H A DChildTestIterator.java109 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:ChildTestIterator
112 ChildTestIterator clone = (ChildTestIterator) 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 DBasicTestIterator.java216 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:BasicTestIterator
219 ChildTestIterator clone = (ChildTestIterator) super.cloneWithReset();
H A DDescendantIterator.java152 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:DescendantIterator
155 DescendantIterator clone = (DescendantIterator) super.cloneWithReset();
H A DLocPathIterator.java713 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:LocPathIterator
H A DNodeSequence.java634 * @see DTMIterator#cloneWithReset()
636 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:NodeSequence
/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/xml/internal/dtm/ref/
H A DDTMNodeList.java78 m_iter=(DTMIterator)dtmIterator.cloneWithReset();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncPosition.java91 cnl = cnl.cloneWithReset();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXNodeSet.java392 return cloneWithReset();
412 return (XObject)cloneWithReset();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSetDTM.java272 public DTMIterator cloneWithReset() throws CloneNotSupportedException method in class:NodeSetDTM
H A DNodeSet.java159 public NodeIterator cloneWithReset() throws CloneNotSupportedException method in class:NodeSet
H A DXPathContext.java1037 return cnl.cloneWithReset();

Completed in 70 milliseconds