Options
All
  • Public
  • Public/Protected
  • All
Menu

Class XmlDtdEntity<Parent>

Represents an entity declaration in a document type definition.

An entity declaration is structured as follows, where {text} is the text of the declaration:

<!ENTITY {text}>

Type parameters

  • Parent

Hierarchy

  • XmlDtdEntity

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

charData

  • get charData(): string
  • set charData(charData: string): void

Methods

toString

  • toString(): string

up

  • up(): Parent

Generated using TypeDoc