org.opensaml.xml.signature.validator
Class ECKeyValueSchemaValidator

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

public class ECKeyValueSchemaValidator
extends Object
implements Validator<ECKeyValue>

Checks ECKeyValue for Schema compliance.


Constructor Summary
ECKeyValueSchemaValidator()
           
 
Method Summary
 void validate(ECKeyValue xmlObject)
          Checks to see if a XMLObject is valid.
protected  void validateChildrenPresence(ECKeyValue xmlObject)
          Validate that all children are present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECKeyValueSchemaValidator

public ECKeyValueSchemaValidator()
Method Detail

validate

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

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

validateChildrenPresence

protected void validateChildrenPresence(ECKeyValue xmlObject)
                                 throws ValidationException
Validate that all children are present.

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


Copyright © 1999-2013. All Rights Reserved.