xml.DomNode.isAttached

Returns whether the node is attached to the XML document.

Syntax

isAttached()
  RETURNS INTEGER

Usage

The returned integer indicates whether the node is attached to the XML document or not.

Important: This method is not part of W3C standard API.

This method returns TRUE if the DomNode object is attached to a xml.DomDocument object as a child; otherwise it returns FALSE.

In case of error, the method throws an exception and sets the STATUS variable. Depending on the error, a human-readable description of the problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).