public class EncryptedTypeSchemaValidator extends Object implements Validator<EncryptedType>
EncryptedType
for Schema compliance.Constructor and Description |
---|
EncryptedTypeSchemaValidator() |
Modifier and Type | Method and Description |
---|---|
void |
validate(EncryptedType xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
validateChildrenPresence(EncryptedType xmlObject)
Validate that required children are present.
|
public void validate(EncryptedType xmlObject) throws ValidationException
validate
in interface Validator<EncryptedType>
xmlObject
- the XMLObject to validateValidationException
- thrown if the element is not validprotected void validateChildrenPresence(EncryptedType xmlObject) throws ValidationException
xmlObject
- the object to validateValidationException
- thrown if the object is invalidCopyright © 1999–2016. All rights reserved.