public class EncryptionPropertiesSchemaValidator extends Object implements Validator<EncryptionProperties>
EncryptionProperties for Schema compliance.| コンストラクタと説明 |
|---|
EncryptionPropertiesSchemaValidator() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
validate(EncryptionProperties xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
validateTransforms(EncryptionProperties xmlObject)
Validate the encryption properties list.
|
public void validate(EncryptionProperties xmlObject) throws ValidationException
validate インタフェース内 Validator<EncryptionProperties>xmlObject - the XMLObject to validateValidationException - thrown if the element is not validprotected void validateTransforms(EncryptionProperties xmlObject) throws ValidationException
xmlObject - the object to validateValidationException - thrown if the object is invalidCopyright © 2012. All Rights Reserved.