Orcus
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
orcus::sax_token_handler_wrapper_base Class Reference

Public Member Functions

 sax_token_handler_wrapper_base (const tokens &_tokens)
 
void attribute (std::string_view name, std::string_view val)
 
void attribute (const sax_ns_parser_attribute &attr)
 

Protected Member Functions

xml_token_t tokenize (std::string_view name) const
 
void set_element (const sax_ns_parser_element &elem)
 

Protected Attributes

xml_declaration_t m_declaration
 
xml_token_element_t m_elem
 
const tokensm_tokens