The DomNode class / xml.DomNode methods |
Returns whether the node is attached to the XML document.
isAttached() RETURNING num INTEGER
Returns whether the node is attached to the XML document.
Returns TRUE if this DomNode object is attached to a DomDocument object as a child and was not removed later on; otherwise it returns FALSE.