Interface ICheckValidator


  • public interface ICheckValidator
    additional validator for checkJDF / JDFValidator this interface is called once for each element as checkJDF walks through the tree
    • Method Detail

      • validate

        boolean validate​(KElement toCheck,
                         KElement report)
        validate a given element
        Parameters:
        toCheck - the element to check
        report - the xml report element to fill
        Returns:
        true if valid