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

/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNodeSet.java19 * $Id: XNodeSet.java 469368 2006-10-31 04:41:36Z minchau $
38 public class XNodeSet extends NodeSequence class in inherits:NodeSequence
44 protected XNodeSet() method in class:XNodeSet
49 * Construct a XNodeSet object.
51 * @param val Value of the XNodeSet object
53 public XNodeSet(DTMIterator val) method in class:XNodeSet
56 if(val instanceof XNodeSet)
58 final XNodeSet nodeSet = (XNodeSet) val;
75 * Construct a XNodeSet objec
79 public XNodeSet(XNodeSet val) method in class:XNodeSet
95 public XNodeSet(DTMManager dtmMgr) method in class:XNodeSet
105 public XNodeSet(int n, DTMManager dtmMgr) method in class:XNodeSet
[all...]

Completed in 1313 milliseconds