Class DOMImplementation.DocumentType

Implementation of std.experimental.xml.dom.DocumentType

Inherits from

  • Object (base class)

Properties

Name Type Description
entities [get] NamedNodeMap!DOMString Implementation of std.experimental.xml.dom.DocumentType.entities.
internalSubset [get] DOMString Implementation of std.experimental.xml.dom.DocumentType.internalSubset.
name [get] DOMString Implementation of std.experimental.xml.dom.DocumentType.name.
notations [get] NamedNodeMap!DOMString Implementation of std.experimental.xml.dom.DocumentType.notations.
publicId [get] DOMString Implementation of std.experimental.xml.dom.DocumentType.publicId.
systemId [get] DOMString Implementation of std.experimental.xml.dom.DocumentType.systemId.

Authors

Lodovico Giaretta

Copyright

Copyright Lodovico Giaretta 2016 --

License

Boost License 1.0.