uk.ac.starlink.ttools.lint
Class ParamHandler.ValueChecker

java.lang.Object
  extended by uk.ac.starlink.ttools.lint.ParamHandler.ValueChecker
All Implemented Interfaces:
AttributeChecker
Enclosing class:
ParamHandler

public static class ParamHandler.ValueChecker
extends Object
implements AttributeChecker

Attribute checker which can check attributes which contain strings of the type described by this element.


Constructor Summary
ParamHandler.ValueChecker()
           
 
Method Summary
 void check(String attValue, 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
 

Constructor Detail

ParamHandler.ValueChecker

public ParamHandler.ValueChecker()
Method Detail

check

public void check(String attValue,
                  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:
attValue - the value of the attribute to check
handler - the element on which attValue appears


Copyright © 2009 Central Laboratory of the Research Councils. All Rights Reserved.