org.cip4.jdflib.validate
Interface ICheckValidator


public interface ICheckValidator

additional validator for checkJDF / JDFValidator this interface is called once for each element as checkJDF walks through the tree

Author:
Rainer Prosi

Method Summary
 boolean validate(KElement toCheck, KElement report)
          validate a given element
 

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


Copyright © 2013. All Rights Reserved.