Interface | Description |
---|---|
LineValidator | |
RowValidator |
Class | Description |
---|---|
LineValidatorAggregator |
The aggregator's purpose is to collect multiple
LineValidator s 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
RowValidator s and
run them against a single array of strings. |
Copyright © 2005–2023. All rights reserved.