|
xmltooling 3.3.0
|
An interface for classes that implement rules for checking the validity of XMLObjects. More...
#include <xmltooling/validation/Validator.h>
Public Member Functions | |
| virtual void | validate (const XMLObject *xmlObject) const =0 |
| Checks to see if an XMLObject is valid. | |
An interface for classes that implement rules for checking the validity of XMLObjects.
|
pure virtual |
Checks to see if an XMLObject is valid.
| xmlObject | the XMLObject to validate |
| ValidationException | thrown if the element is not valid |
Implemented in xmlsignature::SignatureValidator.