XMLObjectType - type of XML object that will be validatedpublic interface Validator<XMLObjectType extends XMLObject>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
validate(XMLObjectType xmlObject)
Checks to see if a XMLObject is valid.
|
void validate(XMLObjectType xmlObject) throws ValidationException
xmlObject - the XMLObject to validateValidationException - thrown if the element is not validCopyright © 2012. All Rights Reserved.