- 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 XML 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.
The SAX parser will invoke this method at the end of every element in the XML document; there will be a corresponding IContentHandler.StartElement(string, System.String, System.String, System.String) event for every endElement event (even when the element is empty).
For information on the names, see startElement.