[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XMLRead' (#lazutils)

TDOMParseOptions.CanonicalForm

Indicates whether XML Canonical Form is used for parsed XML content.

Declaration

Source position: laz2_xmlread.pas line 101

public property TDOMParseOptions.CanonicalForm : Boolean
  read GetCanonical
  write SetCanonical;

Description

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.

See also

TDOMParser.Parse

  

Parses the input source and updates the specified XML document.

TDOMParser.ParseUri

  

Parses XML content from the specified URI into the XML document.

TDOMParser.ParseWithContext

  

Parses the XML input source into the specified DOM context Node.

ReadXMLFile

  

Reads the content of an XML file into the specified XML document.

ReadXMLFragment

  

Reads an XML fragment into the specified DOM Node.

ReadDTDFile

  

Reads and stores a DTD file into the specified XML document.

TXMLReaderFlags

  

Set type used to store options enabled when reading XML content.


Version 4.0 Generated 2025-05-03 Home