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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSetDTM.java21 * $Id: NodeSetDTM.java,v 1.2.4.2 2005/09/14 20:30:06 jeffsuttor Exp $
39 * <p>The NodeSetDTM class can act as either a NodeVector,
55 * <p>Thought: Should NodeSetDTM really implement NodeList and NodeIterator,
62 public class NodeSetDTM extends NodeVector class in inherits:NodeVector,DTMIterator,Cloneable
71 public NodeSetDTM(DTMManager dtmManager) method in class:NodeSetDTM
83 public NodeSetDTM(int blocksize, int dummy, DTMManager dtmManager) method in class:NodeSetDTM
91 // * Create a NodeSetDTM, and copy the members of the
96 // public NodeSetDTM(NodeList nodelist)
105 * Create a NodeSetDTM, and copy the members of the
106 * given NodeSetDTM int
110 public NodeSetDTM(NodeSetDTM nodelist) method in class:NodeSetDTM
126 public NodeSetDTM(DTMIterator ni) method in class:NodeSetDTM
142 public NodeSetDTM(NodeIterator iterator, XPathContext xctxt) method in class:NodeSetDTM
162 public NodeSetDTM(NodeList nodeList, XPathContext xctxt) method in class:NodeSetDTM
185 public NodeSetDTM(int node, DTMManager dtmManager) method in class:NodeSetDTM
[all...]

Completed in 116 milliseconds