callback_error_or_warning(bool error, void* ctx, const char* msg, va_list var_args) | xmlpp::Validator | protectedstatic |
callback_validity_error(void* ctx, const char* msg,...) | xmlpp::Validator | protectedstatic |
callback_validity_warning(void* ctx, const char* msg,...) | xmlpp::Validator | protectedstatic |
check_for_exception() | xmlpp::Validator | protectedvirtual |
check_for_validity_messages() | xmlpp::Validator | protectedvirtual |
DtdValidator() | xmlpp::DtdValidator | |
DtdValidator(const std::string& filename) | xmlpp::DtdValidator | explicit |
DtdValidator(const Glib::ustring& external, const Glib::ustring& system) | xmlpp::DtdValidator | explicit |
DtdValidator(Dtd* dtd, bool take_ownership) | xmlpp::DtdValidator | explicit |
exception_ | xmlpp::Validator | protected |
get_callback_validity_error_cfunc() | xmlpp::Validator | protectedstatic |
get_callback_validity_warning_cfunc() | xmlpp::Validator | protectedstatic |
get_dtd() noexcept | xmlpp::DtdValidator | |
get_dtd() const noexcept | xmlpp::DtdValidator | |
handle_exception() | xmlpp::Validator | protectedvirtual |
initialize_context() override | xmlpp::DtdValidator | protectedvirtual |
NonCopyable() noexcept | xmlpp::NonCopyable | protected |
NonCopyable(const NonCopyable&)=delete | xmlpp::NonCopyable | protected |
NonCopyable(NonCopyable&&)=delete | xmlpp::NonCopyable | protected |
on_validity_error(const Glib::ustring& message) | xmlpp::Validator | protectedvirtual |
on_validity_warning(const Glib::ustring& message) | xmlpp::Validator | protectedvirtual |
operator bool() const noexcept override | xmlpp::DtdValidator | explicitvirtual |
operator=(const NonCopyable&)=delete | xmlpp::NonCopyable | protected |
operator=(NonCopyable&&)=delete | xmlpp::NonCopyable | protected |
parse_file(const std::string& filename) override | xmlpp::DtdValidator | virtual |
parse_memory(const Glib::ustring& contents) override | xmlpp::DtdValidator | virtual |
parse_stream(std::istream& in) | xmlpp::DtdValidator | |
parse_subset(const Glib::ustring& external, const Glib::ustring& system) | xmlpp::DtdValidator | |
release_underlying() override | xmlpp::DtdValidator | protectedvirtual |
set_dtd(Dtd* dtd, bool take_ownership) | xmlpp::DtdValidator | |
validate(const Document* document) override | xmlpp::DtdValidator | virtual |
validate_error_ | xmlpp::Validator | protected |
validate_warning_ | xmlpp::Validator | protected |
Validator() noexcept | xmlpp::Validator | |
~DtdValidator() override | xmlpp::DtdValidator | |
~NonCopyable() | xmlpp::NonCopyable | protectedvirtual |
~Validator() override | xmlpp::Validator | |