Uses of Interface
org.coode.xml.XMLWriter

Packages that use XMLWriter
org.coode.xml   
uk.ac.manchester.cs.owl.inference.dig11   
 

Uses of XMLWriter in org.coode.xml
 

Classes in org.coode.xml that implement XMLWriter
 class XMLWriterImpl
          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

 

Methods in org.coode.xml that return XMLWriter
 XMLWriter XMLWriterFactory.createXMLWriter(java.io.Writer writer, XMLWriterNamespaceManager xmlWriterNamespaceManager, java.lang.String xmlBase)
          Creates an XMLWriter.
 

Uses of XMLWriter in uk.ac.manchester.cs.owl.inference.dig11
 

Methods in uk.ac.manchester.cs.owl.inference.dig11 that return XMLWriter
static XMLWriter DIGXMLWriterFactory.getXMLWriter(java.io.Writer writer)