cdqa.object
Class XDOMObject
public abstract class XDOMObject
XDOMObject based on XObject
(package private) Node | n - the wrapped node
|
asBoolean , asDouble , asInteger , asString , booleanValue , createDOMClone , doubleValue , fullText , getDocumentElement , getFullText , getLabel , getNodeName , getOwnerDocument , getParentNode , getType , intValue , isAtomic , isDOM , isEND , isFALSE , isTRUE , pathTo , print , shortText , stringValue , theENDObject , valueCompare , valueCompare |
n
(package private) Node n
the wrapped node
XDOMObject
protected XDOMObject(Node n)
createDOMClone
public Node createDOMClone()
creates a clone of this object
- createDOMClone in interface XObject
createXDOMObject
public static XDOMObject createXDOMObject(Node n)
factory
getParentNode
public final XDOMObject getParentNode()
Returns the parent object of this object
null if this object has no parent
- getParentNode in interface XObject
getWrappedNode
public final Node getWrappedNode()
returns the wrapped node
isAtomic
public final boolean isAtomic()
Returns true iff this object is atomic
- isAtomic in interface XObject
isDOM
public final boolean isDOM()
Returns true iff this object is a DOM object
- isDOM in interface XObject
setWrappedNode
public final void setWrappedNode(Node n)
toString
public String toString()