org.opensaml.xml.signature.validator
Class TransformsSchemaValidator

java.lang.Object
  extended by org.opensaml.xml.signature.validator.TransformsSchemaValidator
All Implemented Interfaces:
Validator<Transforms>

public class TransformsSchemaValidator
extends Object
implements Validator<Transforms>

Checks Transforms for Schema compliance.


Constructor Summary
TransformsSchemaValidator()
           
 
Method Summary
 void validate(Transforms xmlObject)
          Checks to see if a XMLObject is valid.
protected  void validateTransforms(Transforms xmlObject)
          Validate the transforms.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformsSchemaValidator

public TransformsSchemaValidator()
Method Detail

validate

public void validate(Transforms xmlObject)
              throws ValidationException
Checks to see if a XMLObject is valid.

Specified by:
validate in interface Validator<Transforms>
Parameters:
xmlObject - the XMLObject to validate
Throws:
ValidationException - thrown if the element is not valid

validateTransforms

protected void validateTransforms(Transforms xmlObject)
                           throws ValidationException
Validate the transforms.

Parameters:
xmlObject - the object to validate
Throws:
ValidationException - thrown if the object is invalid


Copyright © 2006-2011 Internet2. All Rights Reserved.