xml.DomNode.isAttached

Returns whether the node is attached to the XML document.

Syntax

isAttached()
  RETURNING num INTEGER

Usage

Returns whether the node is attached to the XML document.

CAUTION:
Not part of W3C API.

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.