public interface ContentHandlerFactory extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
ContentHandler | 
getNewContentHandler()  | 
ContentHandler | 
getNewContentHandler(OutputStream os,
                    Charset charset)  | 
ContentHandler | 
getNewContentHandler(OutputStream os,
                    String encoding)
Deprecated. 
 
 | 
ContentHandler getNewContentHandler()
@Deprecated ContentHandler getNewContentHandler(OutputStream os, String encoding) throws UnsupportedEncodingException
getNewContentHandler(OutputStream, Charset)UnsupportedEncodingExceptionContentHandler getNewContentHandler(OutputStream os, Charset charset)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.