Uses of Package
org.eclipse.actf.validation.validators

Packages that use org.eclipse.actf.validation.validators
org.eclipse.actf.validation.core   
org.eclipse.actf.validation.rules   
org.eclipse.actf.validation.validators   
org.eclipse.actf.webelo.core.validators   
 

Classes in org.eclipse.actf.validation.validators used by org.eclipse.actf.validation.core
IValidationContext
          interface to be implemented by users who wish to implement their own IValidator classes.
 

Classes in org.eclipse.actf.validation.validators used by org.eclipse.actf.validation.rules
IValidationContext
          interface to be implemented by users who wish to implement their own IValidator classes.
 

Classes in org.eclipse.actf.validation.validators used by org.eclipse.actf.validation.validators
AbstractValidationContext
          base implementation for all ValidationContexts instances in ACTF.
AccessibilityValidationContext
          a wrapper class for the IRuleBase properties and selected global properties that are necessary to validate a component.
DefaultValidationContextFactory
          The IValidationContext factory.
GenericAccessibilityValidator
          base implementation for all accessibility validator classes.
IValidationContext
          interface to be implemented by users who wish to implement their own IValidator classes.
IValidationContextFactory
          A factory for validation context instances.
IValidator
          implemented by users who wish to validate a component, and to verify that certain features and properties of these components are in accord with pre-defined constraints as specified in a IRuleSet within a IRuleBase, such as an XML validation document.
 

Classes in org.eclipse.actf.validation.validators used by org.eclipse.actf.webelo.core.validators
GenericAccessibilityValidator
          base implementation for all accessibility validator classes.
IValidator
          implemented by users who wish to validate a component, and to verify that certain features and properties of these components are in accord with pre-defined constraints as specified in a IRuleSet within a IRuleBase, such as an XML validation document.