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

/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMUtils.java189 return new NodeSet(nl);
192 static class NodeSet extends AbstractSet { class in class:DOMUtils
194 public NodeSet(NodeList nl) { method in class:DOMUtils.NodeSet
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DType.java41 public static final Type NodeSet = new NodeSetType(); field in class:Type
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSet.java21 * $Id: NodeSet.java,v 1.2.4.1 2005/09/10 17:39:49 jeffsuttor Exp $
38 * <p>The NodeSet class can act as either a NodeVector,
54 * <p>Thought: Should NodeSet really implement NodeList and NodeIterator,
61 public class NodeSet class in inherits:NodeList,NodeIterator,Cloneable,ContextNodeList
68 public NodeSet() method in class:NodeSet
79 public NodeSet(int blocksize) method in class:NodeSet
86 * Create a NodeSet, and copy the members of the
91 public NodeSet(NodeList nodelist) method in class:NodeSet
100 * Create a NodeSet, and copy the members of the
101 * given NodeSet int
105 public NodeSet(NodeSet nodelist) method in class:NodeSet
119 public NodeSet(NodeIterator ni) method in class:NodeSet
132 public NodeSet(Node node) method in class:NodeSet
[all...]

Completed in 25 milliseconds