Triggered when a CDATA section was read.
The CDATA section token.
Triggered when a comment was read.
The comment token.
Triggered when a DOCTYPE was read.
The DOCTYPE token.
Triggered when an end tag was read.
The end tag token.
Triggered when a processing instruction was read.
The processing instruction token.
Triggered when the parser internal state was reset.
Triggered when parsing of the source is completed.
The number of chars that were read from the source.
Triggered when a start tag and its attributes were read.
The start tag token.
Triggered when a text was read.
The text token.
Generated using TypeDoc
Defines callbacks that are invoked during SAX parsing.
Note: Don't keep references to tokens! Tokens passed to the handler callbacks are pooled objects that are reused by the parser after callback finishes. Make a deep copy using IToken.clone to retain a token.