Public Member Functions | |
Validator () | |
virtual | ~Validator () |
Protected Member Functions | |
virtual void | initialize_valid () |
virtual void | release_underlying () |
virtual void | on_validity_error (const Glib::ustring &message) |
virtual void | on_validity_warning (const Glib::ustring &message) |
virtual void | handleException (const exception &e) |
virtual void | check_for_exception () |
virtual void | check_for_validity_messages () |
Static Protected Member Functions | |
static void | callback_validity_error (void *ctx, const char *msg,...) |
static void | callback_validity_warning (void *ctx, const char *msg,...) |
Protected Attributes | |
_xmlValidCtxt * | valid_ |
exception * | exception_ |
Glib::ustring | validate_error_ |
Glib::ustring | validate_warning_ |
xmlpp::Validator::Validator | ( | ) |
virtual xmlpp::Validator::~Validator | ( | ) | [virtual] |
virtual void xmlpp::Validator::initialize_valid | ( | ) | [protected, virtual] |
virtual void xmlpp::Validator::release_underlying | ( | ) | [protected, virtual] |
Reimplemented in xmlpp::DtdValidator.
virtual void xmlpp::Validator::on_validity_error | ( | const Glib::ustring & | message | ) | [protected, virtual] |
virtual void xmlpp::Validator::on_validity_warning | ( | const Glib::ustring & | message | ) | [protected, virtual] |
virtual void xmlpp::Validator::handleException | ( | const exception & | e | ) | [protected, virtual] |
virtual void xmlpp::Validator::check_for_exception | ( | ) | [protected, virtual] |
virtual void xmlpp::Validator::check_for_validity_messages | ( | ) | [protected, virtual] |
static void xmlpp::Validator::callback_validity_error | ( | void * | ctx, | |
const char * | msg, | |||
... | ||||
) | [static, protected] |
static void xmlpp::Validator::callback_validity_warning | ( | void * | ctx, | |
const char * | msg, | |||
... | ||||
) | [static, protected] |
_xmlValidCtxt* xmlpp::Validator::valid_ [protected] |
exception* xmlpp::Validator::exception_ [protected] |
Glib::ustring xmlpp::Validator::validate_error_ [protected] |
Glib::ustring xmlpp::Validator::validate_warning_ [protected] |