Class ArraysizeChecker

  • All Implemented Interfaces:
    AttributeChecker

    public class ArraysizeChecker
    extends java.lang.Object
    implements 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
    • Method Summary

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

      • ArraysizeChecker

        public ArraysizeChecker()
    • Method Detail

      • check

        public void check​(java.lang.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 check
        handler - the element on which attValue appears