Interface: HTMLParser2Options

Interface: HTMLParser2Options

Defined in: options.ts

Options accepted by htmlparser2, the default parser for XML.

See

https://github.com/fb55/htmlparser2/wiki/Parser-options

Extends

  • DomHandlerOptions.DomSerializerOptions.ParserOptions

Properties

xmlMode?

optional xmlMode: boolean;

Defined in: options.ts

Treat the input as an XML document.

Overrides

DomHandlerOptions.xmlMode