edu.stanford.smi.protegex.owl.writer.xml
Class XMLWriterFactory
java.lang.Object
edu.stanford.smi.protegex.owl.writer.xml.XMLWriterFactory
- public class XMLWriterFactory
- extends Object
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Apr 7, 2005
matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
private static XMLWriterFactory instance
XMLWriterFactory
private XMLWriterFactory()
getInstance
public static XMLWriterFactory getInstance()
- Gets the one and only instance of the
XMLWriterFactory
createXMLWriter
public XMLWriter createXMLWriter(Writer writer,
XMLWriterNamespaceManager xmlWriterNamespaceManager,
String xmlBase)
- Creates an XMLWriter.
- Parameters:
writer
- The Writer
that the XMLWriter will actually write to