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