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

Creates a notation declaration.

Parameters
ParameterDescription
nameNotation name.
publicIdPublic identifier.
systemIdSystem identifier.
Example
notation = XMLNotation("notation")