Home | History | Annotate | Download | only in xpath

Lines Matching refs:DTMIterator

26 import org.apache.xml.dtm.DTMIterator;
61 implements /* NodeList, NodeIterator, */ DTMIterator,
115 addNodes((DTMIterator) nodelist);
120 * given DTMIterator into it.
124 public NodeSetDTM(DTMIterator ni)
136 * given DTMIterator into it.
157 * given DTMIterator into it.
270 public DTMIterator cloneWithReset() throws CloneNotSupportedException
307 * further reduce (and restructure) the DTMIterator's view of the
310 * DTMIterator interface, so we have to support it.
377 * iterator in the set. After a DTMIterator is created, the first call
620 // * implements both DTMIterator and NodeList. If this method isn't
635 // addNodes((DTMIterator) ns);
642 * @param iterator DTMIterator which yields the nodes to be added.
646 public void addNodes(DTMIterator iterator)
698 * @param iterator DTMIterator which yields the nodes to be added.
703 public void addNodesInDocOrder(DTMIterator iterator, XPathContext support)