cdqa.object
Class XAtomic
public abstract class XAtomic
abstract class XAtomic extends XObject
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 |
createDOMClone
public final Node createDOMClone()
creates a DOM representation of this object
- createDOMClone in interface XObject
fullText
(package private) final String fullText()
- fullText in interface XObject
getDocumentElement
public final XElement getDocumentElement()
The root element of the document this object belongs to, if any.
null otherwise.
- getDocumentElement in interface XObject
getNodeName
public final XString getNodeName()
Returns a XString containing the node name of this XObject
as defined in the W3C recommandation, if this XObject wraps
a DOM object.
null otherwise
- getNodeName in interface XObject
getParentNode
public final XDOMObject getParentNode()
Returns the parent object of this object
null if this object has no parent
- getParentNode in interface XObject
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
pathTo
public final XString pathTo(XObject o)
Returns the path to this object.
It is a XString of the form "this/label1/.../labels"
null if this object does not actually belong to any document
- pathTo in interface XObject
shortText
(package private) final String shortText()
- shortText in interface XObject