public class DefaultContentHandlerFactory extends java.lang.Object implements IContentHandlerFactory
IContentHandlerFactory which create instance SAX SimpleContentHandler.| Modifier and Type | Field and Description |
|---|---|
static IContentHandlerFactory |
INSTANCE |
| Constructor and Description |
|---|
DefaultContentHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.xml.sax.ContentHandler |
create(java.io.OutputStream out,
java.io.Writer writer,
XHTMLOptions options) |
public static final IContentHandlerFactory INSTANCE
public org.xml.sax.ContentHandler create(java.io.OutputStream out,
java.io.Writer writer,
XHTMLOptions options)
create in interface IContentHandlerFactoryCopyright © 2022. All Rights Reserved.