XmlDocument.this

Constructs a stricter-mode XML parser and parses the given data source.

  1. this(string data, bool enableHtmlHacks)
  2. this(Utf8Stream data, bool enableHtmlHacks)
    class XmlDocument
    this
    (
    Utf8Stream data
    ,
    bool enableHtmlHacks = false
    )

Meta

History

The Utf8Stream version of the constructor was added on February 22, 2025.