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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXNodeSet.java21 * $Id: XNodeSet.java,v 1.2.4.2 2005/09/14 20:34:45 jeffsuttor Exp $
40 public class XNodeSet extends NodeSequence class in inherits:NodeSequence
46 protected XNodeSet() method in class:XNodeSet
51 * Construct a XNodeSet object.
53 * @param val Value of the XNodeSet object
55 public XNodeSet(DTMIterator val) method in class:XNodeSet
58 if(val instanceof XNodeSet)
60 final XNodeSet nodeSet = (XNodeSet) val;
77 * Construct a XNodeSet objec
81 public XNodeSet(XNodeSet val) method in class:XNodeSet
97 public XNodeSet(DTMManager dtmMgr) method in class:XNodeSet
107 public XNodeSet(int n, DTMManager dtmMgr) method in class:XNodeSet
[all...]

Completed in 222 milliseconds