Home
last modified time | relevance | path

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

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