public class AgreementMethodSchemaValidator extends Object implements Validator<AgreementMethod>
AgreementMethod for Schema compliance.| コンストラクタと説明 |
|---|
AgreementMethodSchemaValidator() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 インタフェース内 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 © 2012. All Rights Reserved.