Orcus
|
#include <sax_ns.hpp>
Public Member Functions | |
void | doctype (const orcus::sax::doctype_declaration &) |
void | start_declaration (const orcus::pstring &) |
void | end_declaration (const orcus::pstring &) |
void | start_element (const orcus::sax_ns_parser_element &) |
void | end_element (const orcus::sax_ns_parser_element &) |
void | characters (const orcus::pstring &, bool) |
void | attribute (const orcus::pstring &, const orcus::pstring &) |
void | attribute (const orcus::sax_ns_parser_attribute &) |
Skeleton handler for sax_ns_parser. Feel free to copy this as a starting point for your own handler.