xmlpp::Validator Class Reference
XML parser. More...
#include <libxml++/validators/validator.h>
Inherits xmlpp::NonCopyable.
Inherited by xmlpp::DtdValidator, and xmlpp::SchemaValidator.
List of all members.
Detailed Description
XML parser.
Constructor & Destructor Documentation
xmlpp::Validator::Validator |
( |
|
) |
|
virtual xmlpp::Validator::~Validator |
( |
|
) |
[virtual] |
Member Function Documentation
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] |
virtual void xmlpp::Validator::check_for_exception |
( |
|
) |
[protected, virtual] |
virtual void xmlpp::Validator::check_for_validity_messages |
( |
|
) |
[protected, virtual] |
virtual void xmlpp::Validator::handleException |
( |
const exception& |
e |
) |
[protected, virtual] |
virtual void xmlpp::Validator::initialize_valid |
( |
|
) |
[protected, virtual] |
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::release_underlying |
( |
|
) |
[protected, virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: