| Package | Description |
|---|---|
| eu.europa.ec.taxud.validation |
Validation message relevant classes
|
| eu.europa.ec.taxud.validation.reader |
Contains the
Readers and all relavant to the Readers classes |
| eu.europa.ec.taxud.validation.validator |
Contains all the Validation relevant classes
|
| Modifier and Type | Method | Description |
|---|---|---|
List<Validator> |
ValidationContext.getValidators()
Return the list of applicable Validator.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ValidationContext.addValidator(Validator validator)
Add Validator for validation process.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
JSONFileReader.setValidator(Validator validator) |
|
void |
XMLFileReader.setValidator(Validator validator)
Set Validation to call during the reading.
|
|
void |
Reader.setValidator(Validator validator)
Set Validation to call during the reading.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseValidator
BaseValidator Base validator class. |
|
class |
DroolsValidator
DroolsValidator. |
|
class |
SchematronValidator
The type Schematron validator.
|
|
class |
SecurityValidator
SecurityValidator validator class. |
|
class |
VoidValidator
VoidValidator is an Empty Validator that just displays the object input data class received. |
|
class |
XSDValidator
XSDValidator handles the validation of a file according to the XSD. |
Copyright © 2025. All rights reserved.