type
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.