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