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

Author:
Rainer Prosi

Method Summary
 ICheckValidator getValidator(KElement toCheck)
          get a validatore a given element
 

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


Copyright © 2013. All Rights Reserved.