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

Properties

Accessors

Methods

Constructors

constructor

Properties

Private _name

_name: string

Private _parent

_parent: Parent

Private _validation

_validation: boolean

Accessors

name

  • get name(): string
  • set name(name: string): void
  • Gets the name of this parameter entity reference.

    Returns string

  • Sets the name of this parameter entity reference.

    Parameters

    • name: string

    Returns void

Methods

toString

  • toString(): string
  • Returns an XML string representation of this parameter entity reference.

    Returns string

up

  • up(): Parent
  • Returns the parent of this parameter entity reference.

    Returns Parent

Generated using TypeDoc