org.eclipse.actf.webelo.core.validators
Class MozillaDomAccessibilityValidator
java.lang.Object
org.eclipse.actf.validation.validators.GenericAccessibilityValidator
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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