Package org.cip4.jdflib.validate
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 TypeMethodDescriptiongetValidator(KElement toCheck) get a validatore a given element
-
Method Details
-
getValidator
get a validatore a given element- Parameters:
toCheck- the element to check- Returns:
ICheckValidatorthe validator object, may be null if no furthe validation is required
-