Interface Verifier

All Known Implementing Classes:
VerifierImpl

public interface Verifier
An instance of this interface can validates documents.

An instance of this interface can be obtained through the VerifierFactory.newVerifier(java.lang.String) method or Schema.newVerifier() method. Once it is created, an application can use one instance to validate multiple documents.

This interface is not thread-safe and not reentrant. That is, only one thread can use it at any given time, and you can only validate one document at any given time.

Since:
Feb. 23, 2001
Version:
Mar. 4, 2001
Author:
ASAMI, Tomoharu (asami@zeomtech.com), Kohsuke KAWAGUCHI