Package uk.ac.starlink.ttools.votlint
Class ArraysizeChecker
java.lang.Object
uk.ac.starlink.ttools.votlint.ArraysizeChecker
- All Implemented Interfaces:
AttributeChecker
Checks on arraysize attribute.
If arraysize="1" it issues a warning; this practice has been deprecated
since VOTable-1.3 Erratum #3.
- Since:
- 10 Jun 2019
- Author:
- Mark Taylor
-
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
-
ArraysizeChecker
public ArraysizeChecker()
-
-
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 through handler's context.- Specified by:
check
in interfaceAttributeChecker
- Parameters:
value
- the value of the attribute to checkhandler
- the element on which attValue appears
-