The SAX parser will invoke this method at the end of every element in the XML document; there will be a corresponding {@link #startElement startElement} event for every endElement event (even when the element is empty).
For information on the names, see startElement.
@param uri the Namespace URI, or the empty string if theelement has no Namespace URI or if Namespace processing is not being performed @param localName the local name (without prefix), or theempty string if Namespace processing is not being performed @param qName the qualified XML name (with prefix), or theempty string if qualified names are not available @throws org.xml.sax.SAXException any SAX exception, possiblywrapping another exception
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|