callback_error_or_warning(MsgType msg_type, void * ctx, const char * msg, va_list var_args) | xmlpp::Parser | protectedstatic |
callback_error_or_warning(bool is_parser, bool is_error, 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 |
check_xinclude_and_finish_parsing() | xmlpp::DomParser | protected |
context_ | xmlpp::Parser | protected |
doc_ | xmlpp::DomParser | protected |
DomParser() | xmlpp::DomParser | |
DomParser(const std::string & filename, bool validate=false) | xmlpp::DomParser | explicit |
exception_ | xmlpp::Parser | protected |
get_callback_parser_error_cfunc() | xmlpp::Parser | protectedstatic |
get_callback_parser_warning_cfunc() | xmlpp::Parser | protectedstatic |
get_callback_validity_error_cfunc() | xmlpp::Parser | protectedstatic |
get_callback_validity_warning_cfunc() | xmlpp::Parser | protectedstatic |
get_document() noexcept | xmlpp::DomParser | |
get_document() const noexcept | xmlpp::DomParser | |
get_include_default_attributes() const noexcept | xmlpp::Parser | |
get_parser_options(int & set_options, int & clear_options) const 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(bool & process_xinclude, bool & generate_xinclude_nodes, bool & fixup_base_uris) const noexcept | xmlpp::DomParser | |
handle_exception() | xmlpp::Parser | protectedvirtual |
initialize_context() | xmlpp::Parser | protectedvirtual |
MsgType enum name | xmlpp::Parser | protected |
NonCopyable(const NonCopyable &)=delete | xmlpp::NonCopyable | |
NonCopyable(NonCopyable &&)=delete | xmlpp::NonCopyable | |
NonCopyable() noexcept | xmlpp::NonCopyable | protected |
on_parser_error(const ustring & message) | xmlpp::Parser | protectedvirtual |
on_parser_warning(const ustring & message) | xmlpp::Parser | protectedvirtual |
on_validity_error(const ustring & message) | xmlpp::Parser | protectedvirtual |
on_validity_warning(const ustring & message) | xmlpp::Parser | protectedvirtual |
operator bool() const noexcept | xmlpp::DomParser | explicit |
operator=(const NonCopyable &)=delete | xmlpp::NonCopyable | |
operator=(NonCopyable &&)=delete | xmlpp::NonCopyable | |
parse_context() | xmlpp::DomParser | protected |
parse_file(const std::string & filename) override | xmlpp::DomParser | virtual |
parse_memory(const ustring & contents) override | xmlpp::DomParser | virtual |
parse_memory_raw(const unsigned char * contents, size_type bytes_count) override | xmlpp::DomParser | virtual |
parse_stream(std::istream & in) override | xmlpp::DomParser | virtual |
Parser() | xmlpp::Parser | |
release_underlying() override | xmlpp::DomParser | protectedvirtual |
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(bool process_xinclude=true, bool generate_xinclude_nodes=true, bool fixup_base_uris=true) noexcept | xmlpp::DomParser | |
size_type typedef | xmlpp::Parser | |
xinclude_options_ | xmlpp::DomParser | protected |
~DomParser() override | xmlpp::DomParser | |
~NonCopyable() | xmlpp::NonCopyable | protectedvirtual |
~Parser() override | xmlpp::Parser | |