Trees | Indices | Help |
---|
|
xml.sax.handler.ContentHandler --+ | xml.sax.handler.ErrorHandler --+ | GrabElements
|
|||
|
|||
|
|||
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).
|
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.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun May 3 15:51:42 2009 | http://epydoc.sourceforge.net |