xml.DomDocument.setXmlEncoding

Sets the XML document encoding in the XML declaration.

Syntax

setXmlEncoding(
   enc STRING )
  1. enc is the XML document encoding.

Usage

Sets the XML document encoding in the XML declaration, or NULL.

In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.