Uses of Class
org.coode.xml.XMLWriterNamespaceManager

Packages that use XMLWriterNamespaceManager
org.coode.owl.rdf.rdfxml   
org.coode.owlapi.owlxml.renderer   
org.coode.xml   
 

Uses of XMLWriterNamespaceManager in org.coode.owl.rdf.rdfxml
 

Subclasses of XMLWriterNamespaceManager in org.coode.owl.rdf.rdfxml
 class RDFXMLNamespaceManager
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Jul-2007

 

Uses of XMLWriterNamespaceManager in org.coode.owlapi.owlxml.renderer
 

Constructors in org.coode.owlapi.owlxml.renderer with parameters of type XMLWriterNamespaceManager
OWLXMLWriter(java.io.Writer writer, XMLWriterNamespaceManager xmlWriterNamespaceManager)
           
OWLXMLWriter(java.io.Writer writer, XMLWriterNamespaceManager xmlWriterNamespaceManager, OWLOntology ontology)
           
 

Uses of XMLWriterNamespaceManager in org.coode.xml
 

Subclasses of XMLWriterNamespaceManager in org.coode.xml
 class OWLOntologyNamespaceManager
          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 XMLWriterNamespaceManager
 XMLWriterNamespaceManager XMLWriterImpl.getNamespacePrefixes()
           
 XMLWriterNamespaceManager XMLWriter.getNamespacePrefixes()
          Gets the rdfwriter's namespace manager.
 

Methods in org.coode.xml with parameters of type XMLWriterNamespaceManager
 XMLWriter XMLWriterFactory.createXMLWriter(java.io.Writer writer, XMLWriterNamespaceManager xmlWriterNamespaceManager, java.lang.String xmlBase)
          Creates an XMLWriter.
 

Constructors in org.coode.xml with parameters of type XMLWriterNamespaceManager
XMLWriterImpl(java.io.Writer writer, XMLWriterNamespaceManager xmlWriterNamespaceManager)
           
XMLWriterImpl(java.io.Writer writer, XMLWriterNamespaceManager xmlWriterNamespaceManager, java.lang.String xmlBase)