Class VerifierImpl

java.lang.Object
org.iso_relax.verifier.impl.VerifierImpl
All Implemented Interfaces:
Verifier

public abstract class VerifierImpl extends Object implements Verifier
Partial implementation of Verifier.

This class is useful as the base class of the verifier implementation.

The only remaining method that has to be implemented by the derived class is the getVerifierHandler method. Please be noted that applications can call the setErrorHandler method after the getVerifierHandler method and that change should take effect.

Version:
$Id: VerifierImpl.java,v 1.4 2003/05/30 23:46:33 kkawa Exp $
Author:
Kohsuke KAWAGUCHI