Class TableHandler.NrowsChecker
java.lang.Object
uk.ac.starlink.ttools.votlint.TableHandler.NrowsChecker
- All Implemented Interfaces:
AttributeChecker
- Enclosing class:
TableHandler
Attribute checker which checks a TABLE's nrows attribute.
- Since:
- 7 Apr 2005
- Author:
- Mark Taylor (Starlink)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheck(String value, ElementHandler handler) Performs a syntactic and/or semantic check on an attribute value for a given element.
-
Constructor Details
-
NrowsChecker
public NrowsChecker()
-
-
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:
value- the value of the attribute to checkhandler- the element on whichattValueappears
-