See: Description
Interface | Description |
---|---|
ValidatingXMLObject |
A functional interface for XMLObjects that offer the ability
to evaluate validation rules.
|
Validator<XMLObjectType extends XMLObject> |
An interface for classes that implement rules for checking the
validity of a XMLObjects.
|
Class | Description |
---|---|
AbstractValidatingXMLObject |
Extension of
AbstractXMLObject that implements
ValidatingXMLObject . |
ValidatorSuite |
A collection of validators that can be applied to an XMLObject and its children.
|
Exception | Description |
---|---|
ValidationException |
An exception indicating that a XMLObject is not valid.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.