Package uk.ac.starlink.ttools.votlint
Class NameChecker
- java.lang.Object
-
- uk.ac.starlink.ttools.votlint.NameChecker
-
- All Implemented Interfaces:
AttributeChecker
public class NameChecker extends java.lang.Object implements AttributeChecker
Attribute checker for VOTable name elements.- Since:
- 7 Apr 2005
- Author:
- Mark Taylor (Starlink)
-
-
Constructor Summary
Constructors Constructor Description NameChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck(java.lang.String nameValue, 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 nameValue, ElementHandler handler)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 through handler's context.- Specified by:
checkin interfaceAttributeChecker- Parameters:
nameValue- the value of the attribute to checkhandler- the element on which attValue appears
-
-