Package uk.ac.starlink.ttools.votlint
Class ParamHandler.ValueChecker
java.lang.Object
uk.ac.starlink.ttools.votlint.ParamHandler.ValueChecker
- All Implemented Interfaces:
AttributeChecker
- Enclosing class:
ParamHandler
Attribute checker which can check attributes which contain strings
of the type described by this element.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheck(String attValue, ElementHandler handler) Performs a syntactic and/or semantic check on an attribute value for a given element.
-
Constructor Details
-
ValueChecker
public ValueChecker()
-
-
Method Details
-
check
Description copied from interface:AttributeCheckerPerforms a syntactic and/or semantic check on an attribute value for a given element. Anything worthy of comment should be logged throughhandler's context.- Specified by:
checkin interfaceAttributeChecker- Parameters:
attValue- the value of the attribute to checkhandler- the element on whichattValueappears
-