10 #ifndef UI_GXML_VALIDATORTREE_HPP 11 #define UI_GXML_VALIDATORTREE_HPP 57 virtual int libxml2Validate(
Tree const & tree)
const = 0;
62 bool isValid(
Tree const & tree)
const;
63 Tree const & validate(
Tree const & tree)
const;
Namespace for all Schlund+Partner Code.
Definition: Buffer.cpp:30
ErrorCode
Error codes for exceptions.
Definition: Tree.hpp:51
Adding code facility to Exception.
Definition: Exception.hpp:34
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
CodeException< ErrorCode > Exception
Exceptions for this class.
Definition: ValidatorTree.hpp:54