10 #ifndef UI_GXML_RELAXNGTREE_HPP
11 #define UI_GXML_RELAXNGTREE_HPP
20 #include <libxml/relaxng.h>
44 virtual int libxml2Validate(
Tree const & tree)
const;
46 xmlRelaxNGParserCtxt * parserCtxt_;
47 xmlRelaxNG * relaxng_;
FileConstructor
Helper enum for constructor from file name.
Definition: Tree.hpp:102
static std::string const DefaultDocbase_
Default document base. This is used for from-memory parsing if not specified otherwise.
Definition: Tree.hpp:74
XML tree.
Definition: Tree.hpp:30
Common abstract base class for validator trees (XML Schema and RelaxNG).
Definition: ValidatorTree.hpp:23
RelaxNG Schema XML Tree.
Definition: RelaxNGTree.hpp:26