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 name The element type name @exception org.xml.sax.SAXException Any SAX exception, possiblywrapping another exception.
|
|
|
|