Class XMLParserHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.eclipse.birt.core.framework.parser.XMLParserHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public abstract class XMLParserHandler extends DefaultHandler
Framework for parsing an XML file using a SAX parser. This framework provides a separate class for each element. These classes are called "state" classes because they represent the state of the parser. Generally, a state represents some object being created. This handler manages the stack of active states, and routes the SAX callbacks to the current state.
See Also: