libxml++  5.2.0
xmlpp::SaxParser Member List

This is the complete list of members for xmlpp::SaxParser, including all inherited members.

AttributeList typedefxmlpp::SaxParser
callback_error_or_warning(MsgType msg_type, void * ctx, const char * msg, va_list var_args)xmlpp::Parserprotectedstatic
callback_error_or_warning(bool is_parser, bool is_error, void * ctx, const char * msg, va_list var_args)xmlpp::Parserprotectedstatic
callback_parser_error(void * ctx, const char * msg,...)xmlpp::Parserprotectedstatic
callback_parser_warning(void * ctx, const char * msg,...)xmlpp::Parserprotectedstatic
callback_validity_error(void * ctx, const char * msg,...)xmlpp::Parserprotectedstatic
callback_validity_warning(void * ctx, const char * msg,...)xmlpp::Parserprotectedstatic
check_for_error_and_warning_messages()xmlpp::Parserprotectedvirtual
check_for_exception()xmlpp::Parserprotectedvirtual
context_xmlpp::Parserprotected
exception_xmlpp::Parserprotected
finish_chunk_parsing()xmlpp::SaxParser
get_callback_parser_error_cfunc()xmlpp::Parserprotectedstatic
get_callback_parser_warning_cfunc()xmlpp::Parserprotectedstatic
get_callback_validity_error_cfunc()xmlpp::Parserprotectedstatic
get_callback_validity_warning_cfunc()xmlpp::Parserprotectedstatic
get_include_default_attributes() const noexceptxmlpp::Parser
get_parser_options(int & set_options, int & clear_options) const noexceptxmlpp::Parser
get_substitute_entities() const noexceptxmlpp::Parser
get_throw_messages() const noexceptxmlpp::Parser
get_validate() const noexceptxmlpp::Parser
handle_exception()xmlpp::Parserprotectedvirtual
initialize_context() overridexmlpp::SaxParserprotectedvirtual
MsgType enum namexmlpp::Parserprotected
NonCopyable(const NonCopyable &)=deletexmlpp::NonCopyable
NonCopyable(NonCopyable &&)=deletexmlpp::NonCopyable
NonCopyable() noexceptxmlpp::NonCopyableprotected
on_cdata_block(const ustring & text)xmlpp::SaxParserprotectedvirtual
on_characters(const ustring & characters)xmlpp::SaxParserprotectedvirtual
on_comment(const ustring & text)xmlpp::SaxParserprotectedvirtual
on_end_document()xmlpp::SaxParserprotectedvirtual
on_end_element(const ustring & name)xmlpp::SaxParserprotectedvirtual
on_entity_declaration(const ustring & name, XmlEntityType type, const ustring & publicId, const ustring & systemId, const ustring & content)xmlpp::SaxParserprotectedvirtual
on_error(const ustring & text)xmlpp::SaxParserprotectedvirtual
on_fatal_error(const ustring & text)xmlpp::SaxParserprotectedvirtual
on_get_entity(const ustring & name)xmlpp::SaxParserprotectedvirtual
on_internal_subset(const ustring & name, const ustring & publicId, const ustring & systemId)xmlpp::SaxParserprotectedvirtual
on_parser_error(const ustring & message)xmlpp::Parserprotectedvirtual
on_parser_warning(const ustring & message)xmlpp::Parserprotectedvirtual
on_start_document()xmlpp::SaxParserprotectedvirtual
on_start_element(const ustring & name, const AttributeList & attributes)xmlpp::SaxParserprotectedvirtual
on_validity_error(const ustring & message)xmlpp::Parserprotectedvirtual
on_validity_warning(const ustring & message)xmlpp::Parserprotectedvirtual
on_warning(const ustring & text)xmlpp::SaxParserprotectedvirtual
operator=(const NonCopyable &)=deletexmlpp::NonCopyable
operator=(NonCopyable &&)=deletexmlpp::NonCopyable
parse_chunk(const ustring & chunk)xmlpp::SaxParser
parse_chunk_raw(const unsigned char * contents, size_type bytes_count)xmlpp::SaxParser
parse_file(const std::string & filename) overridexmlpp::SaxParservirtual
parse_memory(const ustring & contents) overridexmlpp::SaxParservirtual
parse_memory_raw(const unsigned char * contents, size_type bytes_count) overridexmlpp::SaxParservirtual
parse_stream(std::istream & in) overridexmlpp::SaxParservirtual
Parser()xmlpp::Parser
release_underlying() overridexmlpp::SaxParserprotectedvirtual
SaxParser(bool use_get_entity=false)xmlpp::SaxParser
set_include_default_attributes(bool val=true) noexceptxmlpp::Parser
set_parser_options(int set_options=0, int clear_options=0) noexceptxmlpp::Parser
set_substitute_entities(bool val=true) noexceptxmlpp::Parser
set_throw_messages(bool val=true) noexceptxmlpp::Parser
set_validate(bool val=true) noexceptxmlpp::Parser
size_type typedefxmlpp::Parser
~NonCopyable()xmlpp::NonCopyableprotectedvirtual
~Parser() overridexmlpp::Parser
~SaxParser() overridexmlpp::SaxParser