[Overview][Types][Classes][Procedures and functions][Index] |
Indicates whether XML Canonical Form is used for parsed XML content.
Source position: laz2_xmlread.pas line 101
public property TDOMParseOptions.CanonicalForm : Boolean |
CanonicalForm is a Boolean property which indicates whether an XML parser should convert XML content to Canonical XML form. This is also referred to as Normal form, and means that the following are used in the parsed XML document:
The property value is True when all of the following properties are True:
Changing the property value to True causes the following properties to be set to True:
The value in CanonicalForm is used in the constructor for a TXMLReader class instance which uses an XML parser with these parse options.
|
Parses the input source and updates the specified XML document. |
|
|
Parses XML content from the specified URI into the XML document. |
|
|
Parses the XML input source into the specified DOM context Node. |
|
|
Reads the content of an XML file into the specified XML document. |
|
|
Reads an XML fragment into the specified DOM Node. |
|
|
Reads and stores a DTD file into the specified XML document. |
|
|
Set type used to store options enabled when reading XML content. |
Version 4.0 | Generated 2025-05-03 | Home |