|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Validator | |
---|---|
eu.esdihumboldt.hale.common.schema.model.constraint.type | |
eu.esdihumboldt.hale.io.xsd.reader.internal.constraint | |
eu.esdihumboldt.util.validator |
Uses of Validator in eu.esdihumboldt.hale.common.schema.model.constraint.type |
---|
Methods in eu.esdihumboldt.hale.common.schema.model.constraint.type that return Validator | |
---|---|
Validator |
ValidationConstraint.getValidator()
Returns the validator for this constraint. |
Constructors in eu.esdihumboldt.hale.common.schema.model.constraint.type with parameters of type Validator | |
---|---|
ValidationConstraint(Validator validator,
TypeDefinition type)
Constructs a constraint with the given validator. |
Uses of Validator in eu.esdihumboldt.hale.io.xsd.reader.internal.constraint |
---|
Methods in eu.esdihumboldt.hale.io.xsd.reader.internal.constraint that return Validator | |
---|---|
Validator |
UnionValidationConstraint.getValidator()
|
Uses of Validator in eu.esdihumboldt.util.validator |
---|
Classes in eu.esdihumboldt.util.validator that implement Validator | |
---|---|
class |
AbstractValidator
Abstract validator implementation containing helper methods for conversion. |
class |
AndValidator
Validator that only checks whether all of its known validators validate the given input. |
class |
DigitCountValidator
Validator for digit counts. |
class |
EnumerationValidator
Validator for a specific set of allowed inputs. |
class |
LengthValidator
Validator for input lengths. |
class |
NumberValidator
Validator for number ranges. |
class |
OrValidator
Validator that only checks whether one of its known validators validate the given input. |
class |
PatternValidator
Validator using pattern matching. |
Methods in eu.esdihumboldt.util.validator with parameters of type Validator | |
---|---|
void |
OrValidator.addValidator(Validator validator)
Adds the given Validator to this Validator. OrValidators get flattened. |
Constructor parameters in eu.esdihumboldt.util.validator with type arguments of type Validator | |
---|---|
AndValidator(Collection<Validator> validators)
Constructs an AndValidator with the given validators. |
|
OrValidator(Collection<Validator> validators)
Constructs an OrValidator with the given validators. |
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |