@Version(value="2.2")
| Class | Description | 
|---|---|
| DefaultContentHandler | Adapter class for exposing a  ContentHandlerinstance asDefaultHandlerobject. | 
| DocumentViewExporter | Document view exporter. | 
| Exporter | Abstract base class for document and system view exporters. | 
| ParsingContentHandler | Utility class that decorates a  ContentHandlerinstance with
 simple XML parsing capability. | 
| ProxyContentHandler | A proxy content handler that passes all SAX events as-is to the
 proxied handler. | 
| SerializingContentHandler | A  ContentHandlerthat serializes SAX events to a givenResultinstance. | 
| SystemViewExporter | System view exporter. | 
| ToXmlContentHandler | Simple XML serializer. | 
| XmlnsContentHandler | Content handler proxy that adds explicit "xmlns" attributes for all
 namespace mappings introduced through
  XmlnsContentHandler.startPrefixMapping(String, String)calls. | 
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.