libxml++
3.2.0
|
This is the complete list of members for xmlpp::SaxParser, including all inherited members.
AttributeList typedef | xmlpp::SaxParser | |
callback_error_or_warning(MsgType msg_type, void* ctx, const char* msg, va_list var_args) | xmlpp::Parser | protectedstatic |
callback_parser_error(void* ctx, const char* msg,...) | xmlpp::Parser | protectedstatic |
callback_parser_warning(void* ctx, const char* msg,...) | xmlpp::Parser | protectedstatic |
callback_validity_error(void* ctx, const char* msg,...) | xmlpp::Parser | protectedstatic |
callback_validity_warning(void* ctx, const char* msg,...) | xmlpp::Parser | protectedstatic |
check_for_error_and_warning_messages() | xmlpp::Parser | protectedvirtual |
check_for_exception() | xmlpp::Parser | protectedvirtual |
context_ | xmlpp::Parser | protected |
exception_ | xmlpp::Parser | protected |
finish_chunk_parsing() | xmlpp::SaxParser | |
get_include_default_attributes() noexcept | xmlpp::Parser | |
get_parser_options(int& set_options, int& clear_options) noexcept | xmlpp::Parser | |
get_substitute_entities() const noexcept | xmlpp::Parser | |
get_throw_messages() const noexcept | xmlpp::Parser | |
get_validate() const noexcept | xmlpp::Parser | |
get_xinclude_options_internal() const noexcept | xmlpp::Parser | protected |
handle_exception() | xmlpp::Parser | protectedvirtual |
initialize_context() override | xmlpp::SaxParser | protectedvirtual |
MsgType enum name | xmlpp::Parser | protected |
NonCopyable() noexcept | xmlpp::NonCopyable | protected |
NonCopyable(const NonCopyable&)=delete | xmlpp::NonCopyable | protected |
NonCopyable(NonCopyable&&)=delete | xmlpp::NonCopyable | protected |
on_cdata_block(const Glib::ustring& text) | xmlpp::SaxParser | protectedvirtual |
on_characters(const Glib::ustring& characters) | xmlpp::SaxParser | protectedvirtual |
on_comment(const Glib::ustring& text) | xmlpp::SaxParser | protectedvirtual |
on_end_document() | xmlpp::SaxParser | protectedvirtual |
on_end_element(const Glib::ustring& name) | xmlpp::SaxParser | protectedvirtual |
on_entity_declaration(const Glib::ustring& name, XmlEntityType type, const Glib::ustring& publicId, const Glib::ustring& systemId, const Glib::ustring& content) | xmlpp::SaxParser | protectedvirtual |
on_error(const Glib::ustring& text) | xmlpp::SaxParser | protectedvirtual |
on_fatal_error(const Glib::ustring& text) | xmlpp::SaxParser | protectedvirtual |
on_get_entity(const Glib::ustring& name) | xmlpp::SaxParser | protectedvirtual |
on_internal_subset(const Glib::ustring& name, const Glib::ustring& publicId, const Glib::ustring& systemId) | xmlpp::SaxParser | protectedvirtual |
on_parser_error(const Glib::ustring& message) | xmlpp::Parser | protectedvirtual |
on_parser_warning(const Glib::ustring& message) | xmlpp::Parser | protectedvirtual |
on_start_document() | xmlpp::SaxParser | protectedvirtual |
on_start_element(const Glib::ustring& name, const AttributeList& attributes) | xmlpp::SaxParser | protectedvirtual |
on_validity_error(const Glib::ustring& message) | xmlpp::Parser | protectedvirtual |
on_validity_warning(const Glib::ustring& message) | xmlpp::Parser | protectedvirtual |
on_warning(const Glib::ustring& text) | xmlpp::SaxParser | protectedvirtual |
operator=(const NonCopyable&)=delete | xmlpp::NonCopyable | protected |
operator=(NonCopyable&&)=delete | xmlpp::NonCopyable | protected |
parse_chunk(const Glib::ustring& chunk) | xmlpp::SaxParser | |
parse_chunk_raw(const unsigned char* contents, size_type bytes_count) | xmlpp::SaxParser | |
parse_file(const std::string& filename) override | xmlpp::SaxParser | virtual |
parse_memory(const Glib::ustring& contents) override | xmlpp::SaxParser | virtual |
parse_memory_raw(const unsigned char* contents, size_type bytes_count) override | xmlpp::SaxParser | virtual |
parse_stream(std::istream& in) override | xmlpp::SaxParser | virtual |
Parser() | xmlpp::Parser | |
release_underlying() override | xmlpp::SaxParser | protectedvirtual |
SaxParser(bool use_get_entity=false) | xmlpp::SaxParser | |
set_include_default_attributes(bool val=true) noexcept | xmlpp::Parser | |
set_parser_options(int set_options=0, int clear_options=0) noexcept | xmlpp::Parser | |
set_substitute_entities(bool val=true) noexcept | xmlpp::Parser | |
set_throw_messages(bool val=true) noexcept | xmlpp::Parser | |
set_validate(bool val=true) noexcept | xmlpp::Parser | |
set_xinclude_options_internal(int xinclude_options) noexcept | xmlpp::Parser | protected |
size_type typedef | xmlpp::Parser | |
~NonCopyable() | xmlpp::NonCopyable | protectedvirtual |
~Parser() override | xmlpp::Parser | |
~SaxParser() override | xmlpp::SaxParser |