edu.stanford.smi.protegex.owl.writer.xml
Class XMLWriterFactory

java.lang.Object
  extended byedu.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


Field Summary
private static XMLWriterFactory instance
           
 
Constructor Summary
private XMLWriterFactory()
           
 
Method Summary
 XMLWriter createXMLWriter(Writer writer, XMLWriterNamespaceManager xmlWriterNamespaceManager, String xmlBase)
          Creates an XMLWriter.
static XMLWriterFactory getInstance()
          Gets the one and only instance of the XMLWriterFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private static XMLWriterFactory instance
Constructor Detail

XMLWriterFactory

private XMLWriterFactory()
Method Detail

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