The SAX parser will invoke this method at the end of every element in the XML document; there will be a corresponding startElement() event for every endElement() event (even when the element is empty).
If the element name has a namespace prefix, the prefix will still be attached to the name.
@param ns the namespace of the element @param localName The local part of the qualified name of the element @param name The element name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|