| AttributeListImpl | Default implementation for AttributeList. | code | html |
| AttributesImpl | Default implementation of the Attributes interface. | code | html |
| DefaultHandler | Default base class for SAX2 event handlers. | code | html |
| LocatorImpl | Provide an optional convenience implementation of Locator. | code | html |
| NamespaceSupport | Encapsulate Namespace logic for use by applications using SAX, or internally by SAX drivers. | code | html |
| NamespaceSupport.Context | Internal class for a single Namespace context. | code | html |
| NewInstance | Create a new instance of a class by name. | code | html |
| ParserAdapter | Adapt a SAX1 Parser as a SAX2 XMLReader. | code | html |
| ParserAdapter.AttributeListAdapter | Adapt a SAX1 AttributeList as a SAX2 Attributes object. | code | html |
| ParserFactory | Java-specific class for dynamically loading SAX parsers. | code | html |
| SecuritySupport | This class is duplicated for each JAXP subpackage so keep it in sync. | code | html |
| XMLFilterImpl | Base class for deriving an XML filter. | code | html |
| XMLReaderAdapter | Adapt a SAX2 XMLReader as a SAX1 Parser. | code | html |
| XMLReaderAdapter.AttributesAdapter | Internal class to wrap a SAX2 Attributes object for SAX1. | code | html |
| XMLReaderFactory | Factory for creating an XML reader. | code | html |
This package contains "helper" classes, including support for bootstrapping SAX-based applications.
See http://www.saxproject.org for more information about SAX.