public class XMLWriterFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
XMLWriter |
createXMLWriter(java.io.Writer writer,
XMLWriterNamespaceManager xmlWriterNamespaceManager,
java.lang.String xmlBase)
Creates an XMLWriter.
|
static XMLWriterFactory |
getInstance()
Gets the one and only instance of the
XMLWriterFactory |
public static XMLWriterFactory getInstance()
XMLWriterFactory
public XMLWriter createXMLWriter(java.io.Writer writer, XMLWriterNamespaceManager xmlWriterNamespaceManager, java.lang.String xmlBase)
writer
- The Writer
that the XMLWriter will actually write to