Function DOMImplementation.createDocumentType

Creates an empty DocumentType node. Entity declarations and notations are not made available. Entity reference expansions and default attribute additions do not occur.

Prototype

DocumentType!DOMString createDocumentType(
  DOMString qualifiedName,
  DOMString publicId,
  DOMString systemId
);

Authors

Lodovico Giaretta

Copyright

Copyright Lodovico Giaretta 2016 --

License

Boost License 1.0.