XmlDoctype constructor

XmlDoctype(
  1. String name, [
  2. DtdExternalId? externalId,
  3. String? internalSubset
])

Create a doctype section.

Implementation

XmlDoctype(this.name, [this.externalId, this.internalSubset]);