|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VerifierFilter
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.
| Method Summary | |
|---|---|
boolean |
isValid()
checks if the document was valid. |
| Methods inherited from interface org.xml.sax.XMLFilter |
|---|
getParent, setParent |
| Methods inherited from interface org.xml.sax.XMLReader |
|---|
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, parse, parse, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||