org.eclipse.actf.webelo.core.validators
Class MozillaDomAccessibilityValidator

java.lang.Object
  extended by org.eclipse.actf.validation.validators.GenericAccessibilityValidator
      extended by org.eclipse.actf.webelo.core.validators.MozillaDomAccessibilityValidator
All Implemented Interfaces:
IValidator

public class MozillaDomAccessibilityValidator
extends GenericAccessibilityValidator

MozillaDomAccessibilityValidator is the Mozilla DOM specific implementation of the AccessbilityValidator class.

Author:
John Buslawski

Field Summary
 
Fields inherited from class org.eclipse.actf.validation.validators.GenericAccessibilityValidator
ruleSet
 
Constructor Summary
MozillaDomAccessibilityValidator(IRuleSet ruleSet)
          Create a new IEDomAccessibilityValidator for the given IRuleSet and IValidationContext.
 
Method Summary
 
Methods inherited from class org.eclipse.actf.validation.validators.GenericAccessibilityValidator
checkValidationContext, getRuleSet, setRuleSet, validate, validateRules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MozillaDomAccessibilityValidator

public MozillaDomAccessibilityValidator(IRuleSet ruleSet)
Create a new IEDomAccessibilityValidator for the given IRuleSet and IValidationContext.

Parameters:
ruleSet - -- the specific IRuleSet class where the rules for the component are defined