public class AgreementMethodSchemaValidator extends Object implements Validator<AgreementMethod>
AgreementMethod
for Schema compliance.Constructor and Description |
---|
AgreementMethodSchemaValidator() |
Modifier and Type | Method and Description |
---|---|
void |
validate(AgreementMethod xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
validateAlgorithm(AgreementMethod xmlObject)
Validate the algorithm URI.
|
public void validate(AgreementMethod xmlObject) throws ValidationException
validate
in interface Validator<AgreementMethod>
xmlObject
- the XMLObject to validateValidationException
- thrown if the element is not validprotected void validateAlgorithm(AgreementMethod xmlObject) throws ValidationException
xmlObject
- the object to validateValidationException
- thrown if the object is invalidCopyright © 1999-2013. All Rights Reserved.