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 Summary

    Modifier and Type
    Method
    Description
    get a validatore a given element
  • Method Details

    • 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