#include <Schema.h>
|
| ::std::shared_ptr< ::xmlSchemaParserCtxt > | parser |
| |
| ::std::shared_ptr< ::xmlSchema > | schema |
| |
| ::std::shared_ptr< ::xmlSchemaValidCtxt > | valid |
| |
◆ Schema()
| rl::xml::Schema::Schema |
( |
const ::std::string & |
url | ) |
|
|
inlineexplicit |
◆ ~Schema()
| rl::xml::Schema::~Schema |
( |
| ) |
|
|
inline |
◆ get()
| ::xmlSchemaPtr rl::xml::Schema::get |
( |
| ) |
const |
|
inline |
◆ operator*()
| ::xmlSchema& rl::xml::Schema::operator* |
( |
| ) |
const |
|
inline |
◆ validate()
| bool rl::xml::Schema::validate |
( |
const Document & |
doc | ) |
|
|
inline |
◆ parser
| ::std::shared_ptr< ::xmlSchemaParserCtxt> rl::xml::Schema::parser |
|
private |
◆ schema
| ::std::shared_ptr< ::xmlSchema> rl::xml::Schema::schema |
|
private |
◆ valid
| ::std::shared_ptr< ::xmlSchemaValidCtxt> rl::xml::Schema::valid |
|
private |
The documentation for this class was generated from the following file: