Package uk.ac.starlink.ttools.votlint
Class VocabAttributeChecker
java.lang.Object
uk.ac.starlink.ttools.votlint.VocabAttributeChecker
- All Implemented Interfaces:
AttributeChecker
Checks an attribute whose content is defined by the content of
an IVOA Vocabulary.
- Since:
- 25 Jun 2021
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
check
(String nameValue, ElementHandler handler) Performs a syntactic and/or semantic check on an attribute value for a given element.
-
Constructor Details
-
VocabAttributeChecker
-
-
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:
nameValue
- the value of the attribute to checkhandler
- the element on whichattValue
appears
-