tomp.ext.validator
Interface ErrorDetector

All Known Implementing Classes:
XSLTErrorDetector

public interface ErrorDetector

The ErrorDetector has only one method isOK() that provides info whether the validation was successful, i.e. whether the Source was valid.
This info is normally not accessed by the application directly, but is used internally by the Validator.


Method Summary
 boolean isOK()
           
 

Method Detail

isOK

public boolean isOK()