public interface VerifierFilter
extends org.xml.sax.XMLFilter
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.
Modifier and Type | Method and Description |
---|---|
boolean |
isValid()
checks if the document was valid.
|
boolean isValid() throws java.lang.IllegalStateException
This method can be only called after this handler receives the endDocument event.
java.lang.IllegalStateException
- If this method is called before the endDocument event is dispatched.