public class XMLWriterFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
XMLWriter |
createXMLWriter(Writer writer,
XMLWriterNamespaceManager xmlWriterNamespaceManager,
String xmlBase)
Creates an XMLWriter.
|
static XMLWriterFactory |
getInstance()
Gets the one and only instance of the
XMLWriterFactory |
public static XMLWriterFactory getInstance()
XMLWriterFactorypublic XMLWriter createXMLWriter(Writer writer, XMLWriterNamespaceManager xmlWriterNamespaceManager, String xmlBase)
writer - The Writer that the XMLWriter will actually write toCopyright © 2012 The University of Manchester. All Rights Reserved.