The main sax event handler used for parsing the input document. This handler maintains a stack of {@link Handler} objects. A handler is purshed onto the stackwhen a startElement event is processed, and popped off the stack when the corresponding endElement event is processed.
@author Justin Deoliveira,Refractions Research Inc.,jdeolive@refractions.net
@source $URL$
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.