Package org.opensaml.xml.validation

Interfaces for classes that may be used to validate trees of XMLObjects.

See:
          Description

Interface Summary
ValidatingXMLObject A functional interface for XMLObjects that offer the ability to evaluate validation rules.
Validator<XMLObjectType extends XMLObject> An interface for classes that implement rules for checking the validity of a XMLObjects.
 

Class Summary
AbstractValidatingXMLObject Extension of AbstractXMLObject that implements ValidatingXMLObject.
ValidatorSuite A collection of validators that can be applied to an XMLObject and its children.
 

Exception Summary
ValidationException An exception indicating that a XMLObject is not valid.
 

Package org.opensaml.xml.validation Description

Interfaces for classes that may be used to validate trees of XMLObjects.



Copyright © 2006-2011 Internet2. All Rights Reserved.