Options
All
  • Public
  • Public/Protected
  • All
Menu

Class XmlProcInst<Parent>

Represents a processing instruction.

A processing instruction is structured as follows, where {target} and {content} are the target and content of the processing instruction respectively:

<?{target} {content}?>

Type parameters

  • Parent

Hierarchy

  • XmlProcInst

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

content

  • get content(): undefined | string
  • set content(content: undefined | string): void
  • Gets the content of this processing instruction.

    Returns undefined | string

  • Sets the content of this processing instruction.

    Parameters

    • content: undefined | string

    Returns void

target

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

Methods

toString

  • toString(): string

up

  • up(): Parent

Generated using TypeDoc