org.opensaml.xml.signature.validator
Class ECKeyValueSchemaValidator
java.lang.Object
org.opensaml.xml.signature.validator.ECKeyValueSchemaValidator
- All Implemented Interfaces:
- Validator<ECKeyValue>
public class ECKeyValueSchemaValidator
- extends Object
- implements Validator<ECKeyValue>
Checks ECKeyValue for Schema compliance.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ECKeyValueSchemaValidator
public ECKeyValueSchemaValidator()
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.