xml.DomDocument.isXmlStandalone

Returns whether the XML standalone attribute is set in the XML declaration.

Syntax

isXmlStandalone()
  RETURNING result INTEGER

Usage

Returns whether the XML standalone attribute is set in the XML declaration. Returns TRUE if the standalone attribute in the XML declaration is set to yes.