Home | Trees | Indices | Help |
|
---|
|
xml.sax.handler.ContentHandler --+ | SaxHandler
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Method Details |
|
Called when a start tag has been read.
|
Called when an end tag (and everything between the start and end tag) has been read.
|
Receive notification of character data. The Parser will call this method to report each chunk of character data. SAX parsers may return all contiguous character data in a single chunk, or they may split it into several chunks; however, all of the characters in any single event must come from the same external entity so that the Locator provides useful information.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 3 03:55:58 2013 | http://epydoc.sourceforge.net |