XDocType
src
@Js
class XDocType : Obj
XML document type declaration (but not the whole DTD).
src
Str? publicId
Public ID of an external DTD or null.
src
Str rootElem := "undefined"
Element name of of the document.
src
Uri? systemId
System ID of an external DTD or null.
src
virtual override Str toStr()
Return string representation of this processing instruction.