| Name | Description | Type | Package | Framework |
| AbstractValidationRule | Abstract base class providing common functionality for many ValidationRuleVersion:$Id: AbstractValidationRule. | Class | org.apache.cocoon.woody.datatype.validationruleimpl | Apache Cocoon |
| AbstractValidationRuleBuilder | Abstract base class for ValidationRuleBuilder implementations. | Class | org.apache.cocoon.woody.datatype.validationruleimpl | Apache Cocoon |
| AssertValidationRule | Generic validation rule that evaluates an expression. | Class | org.apache.cocoon.woody.datatype.validationruleimpl | Apache Cocoon |
| AssertValidationRuleBuilder | Builds AssertValidationRules. | Class | org.apache.cocoon.woody.datatype.validationruleimpl | Apache Cocoon |
| EmailValidationRule | ValidationRule that checks that a string is an email address. | Class | org.apache.cocoon.woody.datatype.validationruleimpl | Apache Cocoon |
| EmailValidationRuleBuilder | Builds EmailValidationRules. | Class | org.apache.cocoon.woody.datatype.validationruleimpl | Apache Cocoon |
| LengthValidationRule | Checks the length of a String. | Class | org.apache.cocoon.woody.datatype.validationruleimpl | Apache Cocoon |
| LengthValidationRuleBuilder | Builds LengthValidationRules. | Class | org.apache.cocoon.woody.datatype.validationruleimpl | Apache Cocoon |
| Mod10ValidationRule | Performs the so called mod 10 algorithm to check the validity of credit card numbers In addition to this, the credit card number can be further validated by its length | Class | org.apache.cocoon.woody.datatype.validationruleimpl | Apache Cocoon |
| Mod10ValidationRuleBuilder | Builds Mod10ValidationRules. | Class | org.apache.cocoon.woody.datatype.validationruleimpl | Apache Cocoon |
| RangeValidationRule | Checks numeric ranges. | Class | org.apache.cocoon.woody.datatype.validationruleimpl | Apache Cocoon |
| RangeValidationRuleBuilder | Builds RangeValidationRules. | Class | org.apache.cocoon.woody.datatype.validationruleimpl | Apache Cocoon |
| RegExpValidationRule | Checks that a String matches a regular expression. | Class | org.apache.cocoon.woody.datatype.validationruleimpl | Apache Cocoon |
| RegExpValidationRuleBuilder | Builds RegExpValidationRules. | Class | org.apache.cocoon.woody.datatype.validationruleimpl | Apache Cocoon |
| ValueCountValidationRule | Checks the number of values (i. | Class | org.apache.cocoon.woody.datatype.validationruleimpl | Apache Cocoon |
| ValueCountValidationRuleBuilder | Builds ValueCountValidationRules. | Class | org.apache.cocoon.woody.datatype.validationruleimpl | Apache Cocoon |