Public Member Functions | ||||||||||
Constructors and Destructors | ||||||||||
SchemaValidator (const SchemaParser *sp) | ||||||||||
~SchemaValidator () | ||||||||||
validate | ||||||||||
This is the main function to validate any type with its instance
| ||||||||||
TypeContainer * | validate (XmlPullParser *xpp, int typeId, TypeContainer *ipTc=0) | |||||||||
TypeContainer * | validate (const std::string &val, int typeId, TypeContainer *ipTc=0, XmlPullParser *xpp=0) | |||||||||
TypeContainer * | validate (void *value, int typeId, TypeContainer *ipTc=0, XmlPullParser *xpp=0) |
Definition at line 33 of file SchemaValidator.h.
|
The constructor for SchemaValidator
Definition at line 31 of file SchemaValidator.cpp. |