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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.