class

XDocType

@Js
class XDocType : Obj

XML document type declaration (but not the whole DTD).

fields systemId

System ID of an external DTD or null

rootElem

Element name of of the document

publicId

Public ID of an external DTD or null

methods toStr

Return string representation of this processing instruction

publicId Str? : publicId

Public ID of an external DTD or null.

rootElem Str : rootElem

Element name of of the document.

systemId Uri? : systemId

System ID of an external DTD or null.

toStr virtual Str toStr()

Return string representation of this processing instruction.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST