public interface VerifierFilter extends 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.
|
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, parse, parse, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty
boolean isValid() throws IllegalStateException
This method can be only called after this handler receives the endDocument event.
IllegalStateException
- If this method is called before the endDocument event is dispatched.