Module LibXML::XML::SaxParser::Callbacks
In: lib/libxml/sax_callbacks.rb

Methods

Public Instance methods

Called for a CDATA block event.

Called for a characters event.

Called for a comment event.

Called for a end document event.

Called for a end element event.

Called for parser errors.

Called for an external subset event.

Called for an external subset notification event.

Called for an internal subset notification event.

Called for an internal subset event.

Called for ‘is standalone’ event.

Called for an processing instruction event.

Called for a reference event.

Called for a start document event.

[Validate]