| |
|
| org.apache.xpath.objects.XNodeSet org.apache.xpath.objects.XNodeSetForDOM
XNodeSetForDOM | public class XNodeSetForDOM extends XNodeSet (Code) | | This class overrides the XNodeSet#object() method to provide the original
Node object, NodeList object, or NodeIterator.
|
serialVersionUID | final static long serialVersionUID(Code) | | |
XNodeSetForDOM | public XNodeSetForDOM(XNodeSet val)(Code) | | Construct a XNodeSet object.
Parameters: val - Value of the XNodeSet object |
object | public Object object()(Code) | | Return the original DOM object that the user passed in. For use primarily
by the extension mechanism.
The object that this class wraps |
|
|
|