Class DeprecatedAttChecker

  • All Implemented Interfaces:
    AttributeChecker

    public class DeprecatedAttChecker
    extends java.lang.Object
    implements AttributeChecker
    Performs checking on attributes which are deprecated by the standard.
    Since:
    7 Apr 2005
    Author:
    Mark Taylor (Starlink)
    • Constructor Summary

      Constructors 
      Constructor Description
      DeprecatedAttChecker​(java.lang.String attName)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void check​(java.lang.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

      • DeprecatedAttChecker

        public DeprecatedAttChecker​(java.lang.String attName)
        Constructor.
        Parameters:
        attName - attribute name
    • Method Detail

      • check

        public void check​(java.lang.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