#include <schemavalidator.h>
Public Member Functions | |
| SchemaValidator (const SchemaValidator &orig) | |
| Copy constructor. | |
Static Public Member Functions | |
| static bool | run (const std::string &xml_file_pathname, const std::string &xml_schema_file_pathname) |
| Validate an XML file based on an XML Schema. | |
| bool libgexf::SchemaValidator::run | ( | const std::string & | xml_file_pathname, | |
| const std::string & | xml_schema_file_pathname | |||
| ) | [static] |
Validate an XML file based on an XML Schema.
| xml_file_pathname | : path of the XML file to validate | |
| xml_schema_file_pathname | : path of the XSD file |
1.5.6