The XML encoding to be included in the declaration. If defined, this + value must be a valid encoding. If left undefined, no encoding is included.
If include is true, an XML declaration is included in the generated
XML. If left undefined, the default value is true.
The XML standalone attribute to be included. If defined, this value must
be "yes" or "no". If left undefined, no standalone attribute is
included.
The XML version to be included in the declaration. If defined, this
value must be a valid XML version number. If left undefined, the default
version is "1.0".
Generated using TypeDoc
The options associated with the XML declaration. An example of an XML declaration is as follows:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>