Trees | Indices | Help |
---|
|
xml.sax.handler.ContentHandler --+ | xml.sax.handler.ErrorHandler --+ | CheckGood
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|
Receive notification of the beginning of a document. The SAX parser will invoke this method only once, before any other methods in this interface or in DTDHandler (except for setDocumentLocator).
|
Receive notification of the end of a document. The SAX parser will invoke this method only once, and it will be the last method invoked during the parse. The parser shall not invoke this method until it has either abandoned parsing (because of an unrecoverable error) or reached the end of input.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Sep 15 09:26:40 2008 | http://epydoc.sourceforge.net |