org.apache.xpath.objects
public class XNodeSetForDOM extends XNodeSet
| Constructor Summary | |
|---|---|
| XNodeSetForDOM(Node node, DTMManager dtmMgr) | |
| XNodeSetForDOM(XNodeSet val)
Construct a XNodeSet object.
| |
| XNodeSetForDOM(NodeList nodeList, XPathContext xctxt) | |
| XNodeSetForDOM(NodeIterator nodeIter, XPathContext xctxt) | |
| Method Summary | |
|---|---|
| NodeList | nodelist()
Cast result object to a nodelist. |
| NodeIterator | nodeset()
Cast result object to a nodelist. |
| Object | object()
Return the original DOM object that the user passed in. |
Parameters: val Value of the XNodeSet object
Returns: null
Throws: javax.xml.transform.TransformerException
Returns: null
Throws: javax.xml.transform.TransformerException
Returns: The object that this class wraps