HomeSort by relevance Sort by last modified time
    Searched refs:DTMNodeList (Results 1 - 3 of 3) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeList.java 19 * $Id: DTMNodeList.java 468653 2006-10-28 07:07:05Z minchau $
28 * <code>DTMNodeList</code> gives us an implementation of the DOM's
56 public class DTMNodeList extends DTMNodeListBase {
61 private DTMNodeList() {
65 * Public constructor: Wrap a DTMNodeList around an existing
72 public DTMNodeList(DTMIterator dtmIterator) {
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XRTreeFrag.java 243 return new org.apache.xml.dtm.ref.DTMNodeList(asNodeIterator());
XNodeSet.java 346 org.apache.xml.dtm.ref.DTMNodeList nodelist = new org.apache.xml.dtm.ref.DTMNodeList(this);
347 // Creating a DTMNodeList has the side-effect that it will create a clone
365 // return new org.apache.xml.dtm.ref.DTMNodeList(iter());

Completed in 85 milliseconds