Interface ICheckValidatorFactory


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

      • getValidator

        ICheckValidator getValidator​(KElement toCheck)
        get a validatore a given element
        Parameters:
        toCheck - the element to check
        Returns:
        ICheckValidator the validator object, may be null if no furthe validation is required