org.coode.xml
Class XMLWriterFactory

java.lang.Object
  extended by org.coode.xml.XMLWriterFactory

public class XMLWriterFactory
extends java.lang.Object

Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: 30-May-2006

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm

Developed as part of the CO-ODE project http://www.co-ode.org


Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static XMLWriterFactory getInstance()
Gets the one and only instance of the XMLWriterFactory


createXMLWriter

public XMLWriter createXMLWriter(java.io.Writer writer,
                                 XMLWriterNamespaceManager xmlWriterNamespaceManager,
                                 java.lang.String xmlBase)
Creates an XMLWriter.

Parameters:
writer - The Writer that the XMLWriter will actually write to