class xml::XDocType

sys::Obj
  xml::XDocType

@Js

Source

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

publicId

Str? publicId

Source

Public ID of an external DTD or null.

rootElem

Str rootElem := "undefined"

Source

Element name of of the document.

systemId

Uri? systemId

Source

System ID of an external DTD or null.

toStr

virtual override Str toStr()

Source

Return string representation of this processing instruction.