Class TableHandler.NrowsChecker

java.lang.Object
uk.ac.starlink.ttools.votlint.TableHandler.NrowsChecker
All Implemented Interfaces:
AttributeChecker
Enclosing class:
TableHandler

public static class TableHandler.NrowsChecker extends Object implements AttributeChecker
Attribute checker which checks a TABLE's nrows attribute.
  • Constructor Details

    • NrowsChecker

      public NrowsChecker()
  • Method Details

    • 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 check
      handler - the element on which attValue appears