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)
UnsupportedEncodingException
ContentHandler getNewContentHandler(OutputStream os, Charset charset)
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.