Package uk.ac.starlink.ttools.votlint
Class VersionChecker
- java.lang.Object
-
- uk.ac.starlink.ttools.votlint.VersionChecker
-
- All Implemented Interfaces:
AttributeChecker
public class VersionChecker extends java.lang.Object implements AttributeChecker
Attribute checker for the VOTABLE element's version attribute.- Since:
- 7 Apr 2005
- Author:
- Mark Taylor (Starlink)
-
-
Constructor Summary
Constructors Constructor Description VersionChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
check(java.lang.String value, ElementHandler handler)
Performs a syntactic and/or semantic check on an attribute value for a given element.
-
-
-
Method Detail
-
check
public void check(java.lang.String value, ElementHandler handler)
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:
value
- the value of the attribute to checkhandler
- the element on which attValue appears
-
-