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