This is the complete list of members for xmlpp::DtdValidator, including all inherited members.
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 ustring & external, const 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(const NonCopyable &)=delete | xmlpp::NonCopyable | |
NonCopyable(NonCopyable &&)=delete | xmlpp::NonCopyable | |
NonCopyable() noexcept | xmlpp::NonCopyable | protected |
on_validity_error(const ustring & message) | xmlpp::Validator | protectedvirtual |
on_validity_warning(const ustring & message) | xmlpp::Validator | protectedvirtual |
operator bool() const noexcept override | xmlpp::DtdValidator | explicitvirtual |
operator=(const NonCopyable &)=delete | xmlpp::NonCopyable | |
operator=(NonCopyable &&)=delete | xmlpp::NonCopyable | |
parse_file(const std::string & filename) override | xmlpp::DtdValidator | virtual |
parse_memory(const ustring & contents) override | xmlpp::DtdValidator | virtual |
parse_stream(std::istream & in) | xmlpp::DtdValidator | |
parse_subset(const ustring & external, const 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 | |