klyn.io.xml.dom.XMLNotation.XMLNotation
constructor
public XMLNotation(name as String, publicId as String = "", systemId as String = ""):
Description

Creates a notation declaration.

Parameters
  • name Notation name.
  • publicId Public identifier.
  • systemId System identifier.
Example
notation = XMLNotation("notation")