Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IXmlCharDataOptions

The options used to create new character data.

Hierarchy

  • IXmlCharDataOptions

Index

Properties

charData

charData: string

The character data.

Optional replaceInvalidCharsInCharData

replaceInvalidCharsInCharData: undefined | false | true

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

Generated using TypeDoc