xmltooling  1.4.2
xmltooling::Validator Class Reference

An interface for classes that implement rules for checking the validity of XMLObjects. More...

#include <xmltooling/validation/Validator.h>

Inheritance diagram for xmltooling::Validator:

List of all members.

Public Member Functions

virtual void validate (const XMLObject *xmlObject) const =0
 Checks to see if an XMLObject is valid.

Detailed Description

An interface for classes that implement rules for checking the validity of XMLObjects.


Member Function Documentation

virtual void xmltooling::Validator::validate ( const XMLObject xmlObject) const [pure virtual]

Checks to see if an XMLObject is valid.

Parameters:
xmlObjectthe XMLObject to validate
Exceptions:
ValidationExceptionthrown if the element is not valid

Implemented in xmlsignature::SignatureValidator.


The documentation for this class was generated from the following file: