Trees | Indices | Help |
---|
|
xml.sax.handler.ContentHandler --+ | ConvertHandler
Used to read records and produce output
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
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).
|
Signals the start of an element in non-namespace mode. The name parameter contains the raw XML 1.0 name of the element type as a string and the attrs parameter holds an instance of the Attributes class containing the attributes of the element.
|
Signals the end of an element in non-namespace mode. The name parameter contains the name of the element type, just as with the startElement event.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Dec 25 10:56:36 2008 | http://epydoc.sourceforge.net |