xml.sax.handler.ContentHandler.endElementNS()

ContentHandler.endElementNS(name, qname)

Signals the end of an element in namespace mode.

The name parameter contains the name of the element type, just as with the startElementNS() method, likewise the qname parameter.

doc_python
2016-10-07 17:48:17
Comments
Leave a Comment

Please login to continue.