#include <Schema.h>
List of all members.
Private Attributes |
::boost::shared_ptr
< xmlSchemaParserCtxt > | parser |
::boost::shared_ptr< xmlSchema > | schema |
::boost::shared_ptr
< xmlSchemaValidCtxt > | valid |
Constructor & Destructor Documentation
rl::xml::Schema::Schema |
( |
const ::std::string & |
url | ) |
|
|
inline |
virtual rl::xml::Schema::~Schema |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
bool rl::xml::Schema::validate |
( |
const Document & |
doc | ) |
|
|
inline |
Member Data Documentation
::boost::shared_ptr< xmlSchemaParserCtxt > rl::xml::Schema::parser |
|
private |
::boost::shared_ptr< xmlSchema > rl::xml::Schema::schema |
|
private |
::boost::shared_ptr< xmlSchemaValidCtxt > rl::xml::Schema::valid |
|
private |
The documentation for this class was generated from the following file: