Class ParserHandler

All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler, DeclHandler, EntityResolver2, LexicalHandler
Direct Known Subclasses:
StreamingParserHandler

public class ParserHandler extends DefaultHandler2
The main sax event handler used for parsing the input document. This handler maintains a stack of Handler objects. A handler is purshed onto the stack when 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