The OpenD Programming Language

XmlDocument.this

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

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

Meta

History

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