Fantom

 

class

xml::XDocType

sys::Obj
  xml::XDocType

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

See docLib::Xml

Slots

publicIdSource

Str? publicId

Public ID of an external DTD or null.

rootElemSource

Str rootElem := "undefined"

Element name of of the document.

systemIdSource

Uri? systemId

System ID of an external DTD or null.

toStrSource

override Str toStr()

Overrides sys::Obj.toStr

Return string representation of this processing instruction.