type

XDocType

src @Js
class XDocType : Obj

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

fields

publicId

Public ID of an external DTD or null.

rootElem

Element name of of the document.

systemId

System ID of an external DTD or null.

methods

toStr

Return string representation of this processing instruction.

Slot Details

publicId

src Str? publicId

Public ID of an external DTD or null.

rootElem

src Str rootElem := "undefined"

Element name of of the document.

systemId

src Uri? systemId

System ID of an external DTD or null.

toStr

src virtual override Str toStr()

Return string representation of this processing instruction.