| Home | Trees | Indices | Help |
|
|---|
|
|
xml.sax.handler.ContentHandler --+
|
xml.sax.saxutils.XMLGenerator --+
|
XMLGeneratorFixed
|
|||
|
startElementNS(self,
name,
qname,
attrs,
visited_ns=None,
_set_empty_ns=False) Signals the start of an element in namespace mode. |
||
|
endElementNS(self,
name,
qname) Signals the end of an element in namespace mode. |
||
| comment(self, content) | ||
|
Inherited from Inherited from Inherited from |
|||
|
|||
Signals the start of an element in namespace mode. The name parameter contains the name of the element type as a (uri, localname) tuple, the qname parameter the raw XML 1.0 name used in the source document, and the attrs parameter holds an instance of the Attributes class containing the attributes of the element. The uri part of the name tuple is None for elements which have no namespace.
|
Signals the end of an element in namespace mode. The name parameter contains the name of the element type, just as with the startElementNS event.
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Dec 8 22:48:56 2006 | http://epydoc.sourceforge.net |