Interface EntityDecoderOptions

The options recognized by createEntityDecoder.

Hierarchy

  • EntityDecoderOptions

Properties

entitiesTrie?: ArrayTrie<string>
numericReferenceSemicolonRequired?: boolean

If true then numeric character references must be terminated with a semicolon to be decoded. Otherwise, numeric character references are recognized even if they aren't terminated with a semicolon.

Default

false

Generated using TypeDoc