Notation

extends Node

An Notation object represents a Notation from an XML Document Type.

Constructors

Notation other, Node deep name = other.name; publicId = other.publicId; systemId = other.systemId;

Type Functions

name()

Get the name of this notation.

publicId()

Get the public ID of this Notation.

systemId()

Get the system ID of this Notation.

Functions inherited from Node