org.iso_relax.verifier
Interface VerifierFilter
- XMLFilter
- VerifierFilterImpl
public interface VerifierFilter
extends XMLFilter
XMLFilter implementation that validates a document.
An instance of this interface can be obtained through the
Verifier.getVerifierFilter()
method.
The implementation validates incoming SAX events and then pass it
to the successive SAX handlers.
- ASAMI, Tomoharu (asami@zeomtech.com)
boolean | isValid() - checks if the document was valid.
|
isValid
public boolean isValid()
throws IllegalStateException
checks if the document was valid.
This method can be only called after this handler receives
the endDocument event.
- true if the document was valid,
false if not.