public XMLNotation(name as String, publicId as String = "", systemId as String = ""):
Creates a notation declaration.
| Parameter | Description |
|---|---|
name | Notation name. |
publicId | Public identifier. |
systemId | System identifier. |
notation = XMLNotation("notation")