Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IXmlCdataOptions

The options used to create a CDATA section.

Hierarchy

  • IXmlCdataOptions

Index

Properties

charData

charData: string

The character data of the CDATA section.

Optional replaceInvalidCharsInCharData

replaceInvalidCharsInCharData: undefined | false | true

Whether to replace any invalid characters in the character data of the CDATA section with the Unicode replacement character. By default, this is disabled.

Generated using TypeDoc