libxml++
2.35.4
|
Base class for XML validators. More...
#include <libxml++/validators/validator.h>
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_ |
Additional Inherited Members |
Base class for XML validators.
xmlpp::Validator::Validator | ( | ) |
|
virtual |
|
staticprotected |
|
staticprotected |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in xmlpp::SchemaValidator.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in xmlpp::SchemaValidator, and xmlpp::DtdValidator.
|
protected |
|
protected |
|
protected |
|
protected |