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.
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.
Please login to continue.