Options
All
  • Public
  • Public/Protected
  • All
Menu

Class XmlDtdElement<Parent>

Represents an element declaration in a document type definition.

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

<!ELEMENT {text}>

Type parameters

  • Parent

Hierarchy

  • XmlDtdElement

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