Interface AttributeChecker

    • Method Detail

      • check

        void check​(java.lang.String attValue,
                   ElementHandler handler)
        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.
        Parameters:
        attValue - the value of the attribute to check
        handler - the element on which attValue appears