slax v0.1.3 API Reference

Modules

Event sent when character data is encountered. All character data will be in one event, except if there is a CDATA section included inside a character section. In that case there will be separate events for the characters before the CDATA, the CDATA section and the characters following it (if any, of course)

Event sent when the end of the document is encountered. Will not be sent if an error occurs while processing

Event sent when the closing tag of an element is encountered

Event sent at the end scope of a prefix - URI namespace mapping. Will be sent immediately before the corresponding Slax.Event.EndElement event

Event sent when an error is encountered while parsing

Event sent when ignorable whitespace is encountered during parsing

Event sent when an internal error is encountered while parsing

Event sent when a processing instruction is encountered during parsing

Event sent when the start of the document is encountered

Event sent when the opening tag of an element is encountered. There will be a corresponding Slax.Event.EndElement event, even when the element is empty

Event sent at the beginning scope of a prefix - URI namespace mapping. Will be sent immediately before the corresponding Slax.Event.StartElement event