Orcus
|
Public Member Functions | |
void | doctype (const orcus::sax::doctype_declaration &) |
void | start_declaration (std::string_view) |
void | end_declaration (std::string_view) |
void | start_element (const orcus::sax_ns_parser_element &) |
void | end_element (const orcus::sax_ns_parser_element &) |
void | characters (std::string_view, bool) |
void | attribute (std::string_view, std::string_view) |
void | attribute (const orcus::sax_ns_parser_attribute &) |