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

/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java19 * $Id: NodeSetDTM.java 468655 2006-10-28 07:12:06Z minchau $
37 * <p>The NodeSetDTM class can act as either a NodeVector,
53 * <p>Thought: Should NodeSetDTM really implement NodeList and NodeIterator,
60 public class NodeSetDTM extends NodeVector class in inherits:NodeVector,DTMIterator,Cloneable
69 public NodeSetDTM(DTMManager dtmManager) method in class:NodeSetDTM
81 public NodeSetDTM(int blocksize, int dummy, DTMManager dtmManager) method in class:NodeSetDTM
89 // * Create a NodeSetDTM, and copy the members of the
94 // public NodeSetDTM(NodeList nodelist)
103 * Create a NodeSetDTM, and copy the members of the
104 * given NodeSetDTM int
108 public NodeSetDTM(NodeSetDTM nodelist) method in class:NodeSetDTM
124 public NodeSetDTM(DTMIterator ni) method in class:NodeSetDTM
140 public NodeSetDTM(NodeIterator iterator, XPathContext xctxt) method in class:NodeSetDTM
160 public NodeSetDTM(NodeList nodeList, XPathContext xctxt) method in class:NodeSetDTM
183 public NodeSetDTM(int node, DTMManager dtmManager) method in class:NodeSetDTM
[all...]

Completed in 108 milliseconds