Schema Validator. More...
#include <libxml++/validators/schemavalidator.h>
List of all members.
Detailed Description
Constructor & Destructor Documentation
xmlpp::SchemaValidator::SchemaValidator |
( |
| ) |
|
xmlpp::SchemaValidator::SchemaValidator |
( |
const Glib::ustring & |
file | ) |
[explicit] |
xmlpp::SchemaValidator::SchemaValidator |
( |
Document& |
document | ) |
[explicit] |
xmlpp::SchemaValidator::SchemaValidator |
( |
Schema* |
schema | ) |
[explicit] |
virtual xmlpp::SchemaValidator::~SchemaValidator |
( |
| ) |
[virtual] |
Member Function Documentation
Schema* xmlpp::SchemaValidator::get_schema |
( |
| ) |
|
const Schema* xmlpp::SchemaValidator::get_schema |
( |
| ) |
const |
virtual void xmlpp::SchemaValidator::initialize_valid |
( |
| ) |
[protected, virtual] |
xmlpp::SchemaValidator::operator bool |
( |
| ) |
const |
Test whether a document has been parsed.
void xmlpp::SchemaValidator::parse_context |
( |
_xmlSchemaParserCtxt * |
context | ) |
[protected] |
virtual void xmlpp::SchemaValidator::parse_document |
( |
Document& |
document | ) |
[virtual] |
virtual void xmlpp::SchemaValidator::parse_file |
( |
const Glib::ustring & |
filename | ) |
[virtual] |
virtual void xmlpp::SchemaValidator::parse_memory |
( |
const Glib::ustring & |
contents | ) |
[virtual] |
virtual void xmlpp::SchemaValidator::release_underlying |
( |
| ) |
[protected, virtual] |
virtual void xmlpp::SchemaValidator::set_schema |
( |
Schema* |
schema | ) |
[virtual] |
bool xmlpp::SchemaValidator::validate |
( |
const Glib::ustring & |
file | ) |
|
bool xmlpp::SchemaValidator::validate |
( |
const Document* |
doc | ) |
|
Member Data Documentation
The documentation for this class was generated from the following file:
- validators/schemavalidator.h