type

XDocType

@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

Str? publicId

Public ID of an external DTD or null.

rootElem

Str rootElem := "undefined"

Element name of of the document.

systemId

Uri? systemId

System ID of an external DTD or null.

toStr

virtual override Str toStr()

Return string representation of this processing instruction.