XMLObjectType
- type of XML object that will be validatedpublic interface Validator<XMLObjectType extends XMLObject>
Modifier and Type | Method and Description |
---|---|
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 © 2018 JBoss by Red Hat. All rights reserved.