tomp.ext.validator
Interface Validator

All Known Implementing Classes:
XSLTGenericValidator

public interface Validator

The Validator has only one method boolean validate(Source source) that tests the validity of the source and provides info whether the validation was successful, i.e. whether the Source was valid.


Method Summary
 boolean validate(javax.xml.transform.Source source)
           
 

Method Detail

validate

public boolean validate(javax.xml.transform.Source source)
                 throws EXTException
EXTException