Pyrogenesis
13997
|
#include <RelaxNG.h>
Public Member Functions | |
RelaxNGValidator () | |
~RelaxNGValidator () | |
bool | LoadGrammar (const std::string &grammar) |
bool | Validate (const std::wstring &filename, const std::wstring &document) |
bool | ValidateEncoded (const std::wstring &filename, const std::string &document) |
Private Attributes | |
xmlRelaxNGPtr | m_Schema |
RelaxNGValidator::RelaxNGValidator | ( | ) |
Definition at line 62 of file RelaxNG.cpp.
RelaxNGValidator::~RelaxNGValidator | ( | ) |
Definition at line 67 of file RelaxNG.cpp.
bool RelaxNGValidator::LoadGrammar | ( | const std::string & | grammar | ) |
Definition at line 71 of file RelaxNG.cpp.
bool RelaxNGValidator::Validate | ( | const std::wstring & | filename, |
const std::wstring & | document | ||
) |
Definition at line 98 of file RelaxNG.cpp.
bool RelaxNGValidator::ValidateEncoded | ( | const std::wstring & | filename, |
const std::string & | document | ||
) |
Definition at line 105 of file RelaxNG.cpp.
|
private |