Entity

extends Node

An Entity object represents a parsed or unparsed Entity from an XML Document Type.

Constructors

Entity other, Node deep name = other.name; publicId = other.publicId; systemId = other.systemId; notationName = other.notationName;

Type Functions

name()

Get the name of this entity.

notation()

Get the notation name of this Entity.

publicId()

Get the public ID of this Entity.

systemId()

Get the system ID of this Entity.

Functions inherited from Node