Package uk.ac.starlink.ttools.votlint
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
check
(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:AttributeChecker
Performs 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:
check
in interfaceAttributeChecker
- Parameters:
value
- the value of the attribute to checkhandler
- the element on whichattValue
appears
-