Options
All
  • Public
  • Public/Protected
  • All
Menu

Class XmlComment<Parent>

Represents a comment.

A comment is structured as follows, where {content} is the text of the comment:

<!--{content}-->

Type parameters

  • Parent

Hierarchy

  • XmlComment

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