| Class | Description | 
|---|---|
| DefaultContentHandler | 
 Adapter class for exposing a  
ContentHandler instance as
 DefaultHandler object. | 
| DocumentViewExporter | 
 Document view exporter. 
 | 
| Exporter | 
 Abstract base class for document and system view exporters. 
 | 
| ParsingContentHandler | 
 Utility class that decorates a  
ContentHandler instance with
 simple XML parsing capability. | 
| ProxyContentHandler | 
 A proxy content handler that passes all SAX events as-is to the
 proxied handler. 
 | 
| SerializingContentHandler | 
 A  
ContentHandler that serializes SAX events to a given
 Result instance. | 
| 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-2020 The Apache Software Foundation. All Rights Reserved.