- uri
- The Namespace URI, or the empty string if the element has no Namespace URI or if Namespace processing is not being performed.
- localName
- The local name (without prefix), or the empty string if Namespace processing is not being performed.
- qName
- The qualified name (with prefix), or the empty string if qualified names are not available.
Type Reason Org.Xml.Sax.SAXException Any SAX exception, possibly wrapping another exception.
Receive notification of the end of an element.
By default, do nothing. Application writers may override this method in a subclass to take specific actions at the end of each element (such as finalising a tree node or writing output to a file).