Class SAXTracker

All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Direct Known Subclasses:
NavigatorConfigurationContentHandler, PluginContentHandler, RelationMapping

public abstract class SAXTracker extends DefaultHandler
INTERNAL: A helper base class for SAX applications that makes it much easier to write SAX applications, since it helps applications keep track of the element stack and preserve the contents of various elements.