uk.ac.starlink.ttools.votlint
Class IDChecker
java.lang.Object
uk.ac.starlink.ttools.votlint.IDChecker
- All Implemented Interfaces:
- AttributeChecker
public class IDChecker
- extends Object
- implements AttributeChecker
Attribute checker for processing ID attributes.
Method Summary |
void |
check(String value,
ElementHandler handler)
Performs a syntactic and/or semantic check on an attribute
value for a given element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDChecker
public IDChecker()
check
public void check(String value,
ElementHandler handler)
- 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 interface AttributeChecker
- Parameters:
value
- the value of the attribute to checkhandler
- the element on which attValue appears
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.