Options
All
  • Public
  • Public/Protected
  • All
Menu

Class XmlDtdParamEntityRef<Parent>

Represents a parameter entity reference in a document type definition.

A parameter entity reference is structured as follows, where {entity} is the name of the entity:

%{entity};

Type parameters

  • Parent

Hierarchy

  • XmlDtdParamEntityRef

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

name

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

Methods

toString

  • toString(): string

up

  • up(): Parent

Generated using TypeDoc