private static final class Processor.SAXWriterFactory extends java.lang.Object implements Processor.ContentHandlerFactory
Modifier and Type | Field and Description |
---|---|
private boolean |
optimizeEmptyElements |
private java.io.Writer |
w |
Constructor and Description |
---|
SAXWriterFactory(java.io.Writer w,
boolean optimizeEmptyElements) |
Modifier and Type | Method and Description |
---|---|
org.xml.sax.ContentHandler |
createContentHandler()
Creates an instance of the content handler.
|
private final java.io.Writer w
private final boolean optimizeEmptyElements
SAXWriterFactory(java.io.Writer w, boolean optimizeEmptyElements)
public final org.xml.sax.ContentHandler createContentHandler()
Processor.ContentHandlerFactory
createContentHandler
in interface Processor.ContentHandlerFactory