Package uk.ac.starlink.ttools.votlint
Class DeprecatedAttChecker
java.lang.Object
uk.ac.starlink.ttools.votlint.DeprecatedAttChecker
- All Implemented Interfaces:
AttributeChecker
Performs checking on attributes which are deprecated by the standard.
- Since:
- 7 Apr 2005
- Author:
- Mark Taylor (Starlink)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
check
(String attValue, ElementHandler handler) Performs a syntactic and/or semantic check on an attribute value for a given element.
-
Constructor Details
-
DeprecatedAttChecker
Constructor.- Parameters:
attName
- attribute name
-
-
Method Details
-
check
Description copied from interface:AttributeChecker
Performs a syntactic and/or semantic check on an attribute value for a given element. Anything worthy of comment should be logged through handler's context.- Specified by:
check
in interfaceAttributeChecker
- Parameters:
attValue
- the value of the attribute to checkhandler
- the element on which attValue appears
-