This method is called when the end of a matching XML element is encountered.
@param namespace the namespace URI of the matching element, or an empty string if the parser is not namespaceaware or the element has no namespace
@param name the local name if the parser is namespace aware, or just the element name otherwise
@throws Exception if any error occurs
@since Digester 1.4
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.