Optionaloptions: Partial<ParseXmlHandlerOptions>Provides a raw substring as a cdata node. This text is not expected to be decoded.
A document has completed parsing, the final object is ready.
Invoked after an element closing tag.
A new document has begun.
Invoked when a new element has been started, after the element's attributes have been read.
An object representing the element's name and namespace.
The attributes associated with the currently opening element.
Provides a raw substring as a text node. The given text is expected to be decoded using
decodeEntities.
A ParseXmlHandler implementation that follows XmlRules, building an object of the parameterized type.