T - Type of the element within the XJDf document that can be validated.public interface Validator<T>
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
validate(T element)
Validate that an element is consistent.
|
ValidationResult validate(T element)
element - Element to validateCopyright © 2016. All rights reserved.