|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
XMLObjectType - type of XML object that will be validatedpublic interface Validator<XMLObjectType extends XMLObject>
An interface for classes that implement rules for checking the validity of a XMLObjects.
| Method Summary | |
|---|---|
void |
validate(XMLObjectType xmlObject)
Checks to see if a XMLObject is valid. |
| Method Detail |
|---|
void validate(XMLObjectType xmlObject)
throws ValidationException
xmlObject - the XMLObject to validate
ValidationException - thrown if the element is not valid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||