public class XMLNotation extends XMLNode implements Notation:
DOM notation declaration node.
@example `klyn import klyn.io.xml.dom
notation = XMLNotation("png", publicId="", systemId="image/png") print(notation.nodeName)
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | publicIdpublicId as String: |
No summary. |
| public readonly property | systemIdsystemId as String: |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | XMLNotationXMLNotation(name as String, publicId as String = "", systemId as String = ""): |
Creates a notation declaration. |