Processes the entire document; every time a node of XMLKind XXX is found, the corresponding method onXXX(underlyingCursor) of the handler is called, if it exists.
Initializes this parser (and the underlying low level one) with the given input.
Called when a CDataSection node is encountered.
Called when a comment is encountered.
Called when a Document declaration is reached.
Called on an empty element. Provides access to the attributes.
Called on a non-empty element ending.
Called on a non-empty element start. Provides access to the attributes.
Called when a processing instruction is encountered.
Called when a text chunk is encountered.
A SAX parser built on top of a cursor.
Delegates are called when certain events are encountered, then it passes the necessary data to process the element.