#include <SDXValidator.h>
Classes | |
| struct | InfoNode |
Public Member Functions | |
| Validator () | |
| Constructor. | |
| void | setDocumentStructure (SDX::ResourceReader *, bool deleteAfterReading=true) |
| Set the document structure from a resource. | |
| void | setDocumentStructure (SDX::Document *) |
| Set the document structure from a Document. | |
| bool | validate (SDX::Document *) |
| Validate the given document with the help of the document structure set with setDocumentStructure(). | |
| std::string | getError () |
| If validate returns false, you can call this method to find out why the document is invalid. | |
Definition at line 24 of file SDXValidator.h.
1.5.8