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_exception() | xmlpp::Parser | protectedvirtual |
check_for_validity_messages() | xmlpp::Parser | protectedvirtual |
context_ | xmlpp::Parser | protected |
exception_ | xmlpp::Parser | protected |
get_include_default_attributes() | xmlpp::Parser | |
get_parser_options(int & set_options, int & clear_options) | xmlpp::Parser | |
get_substitute_entities() const | xmlpp::Parser | virtual |
get_throw_messages() const | xmlpp::Parser | |
get_validate() const | xmlpp::Parser | virtual |
get_xinclude_options_internal() const noexcept | xmlpp::Parser | protected |
handleException(const exception & e) | xmlpp::Parser | protectedvirtual |
initialize_context() | xmlpp::Parser | protectedvirtual |
MsgParserError enum value | xmlpp::Parser | protected |
MsgParserWarning enum value | xmlpp::Parser | protected |
MsgType enum name | xmlpp::Parser | protected |
MsgValidityError enum value | xmlpp::Parser | protected |
MsgValidityWarning enum value | xmlpp::Parser | protected |
on_validity_error(const Glib::ustring & message) | xmlpp::Parser | protectedvirtual |
on_validity_warning(const Glib::ustring & message) | xmlpp::Parser | protectedvirtual |
parse_file(const Glib::ustring & filename)=0 | xmlpp::Parser | pure virtual |
parse_memory(const Glib::ustring & contents)=0 | xmlpp::Parser | pure virtual |
parse_stream(std::istream & in)=0 | xmlpp::Parser | pure virtual |
Parser() | xmlpp::Parser | |
release_underlying() | xmlpp::Parser | protectedvirtual |
set_include_default_attributes(bool val=true) | xmlpp::Parser | |
set_parser_options(int set_options=0, int clear_options=0) | xmlpp::Parser | |
set_substitute_entities(bool val=true) | xmlpp::Parser | virtual |
set_throw_messages(bool val=true) | xmlpp::Parser | |
set_validate(bool val=true) | xmlpp::Parser | virtual |
set_xinclude_options_internal(int xinclude_options) noexcept | xmlpp::Parser | protected |
size_type typedef | xmlpp::Parser | |
substitute_entities_ | xmlpp::Parser | protected |
validate_ | xmlpp::Parser | protected |
validate_error_ | xmlpp::Parser | protected |
validate_warning_ | xmlpp::Parser | protected |
~Parser() override | xmlpp::Parser | |