| Interface | Description |
|---|---|
| LineValidator | |
| RowValidator |
| Class | Description |
|---|---|
| LineValidatorAggregator |
The aggregator's purpose is to collect multiple
LineValidators and
run them against a single line. |
| RowFunctionValidator |
This validator is best used to validate a specific property of the row - either about a specific
element or information about the array itself.
|
| RowMustHaveSameNumberOfColumnsAsFirstRowValidator |
This validator is used when the number of columns is not neccessarily known but must be consistent.
|
| RowValidatorAggregator |
The aggregator's purpose is to collect multiple
RowValidators and
run them against a single array of strings. |
Copyright © 2005–2025. All rights reserved.