Optional
onCalled when an attribute and its value are read.
The attribute name.
The decoded attribute value.
Optional
onCalled when a CDATA section is read.
The CDATA section value.
Optional
onCalled when a comment is read.
The decoded comment.
Optional
onCalled when a DOCTYPE is read.
The DOCTYPE name.
Optional
onCalled when an end tag is read.
The tag name that matches the currently opened start tag.
Optional
onCalled when a processing instruction is read.
The processing instruction target.
The processing instruction content.
Optional
onCalled when a start tag is closed.
Optional
onCalled when a start tag name is read.
The start tag name.
Optional
onCalled when a start tag is self-closed.
Optional
onCalled when a text is read.
The decoded text.
Handler which methods are called during parsing.