org.coode.xml
Class OWLOntologyNamespaceManager
java.lang.Object
  
org.coode.xml.XMLWriterNamespaceManager
      
org.coode.xml.OWLOntologyNamespaceManager
- Direct Known Subclasses: 
 - RDFXMLNamespaceManager
 
public class OWLOntologyNamespaceManager
- extends XMLWriterNamespaceManager
 
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 | 
 java.lang.String | 
getQName(java.lang.String name)
 
          Gets a QName for a full URI. | 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
OWLOntologyNamespaceManager
public OWLOntologyNamespaceManager(OWLOntologyManager man,
                                   OWLOntology ontology)
OWLOntologyNamespaceManager
public OWLOntologyNamespaceManager(OWLOntologyManager man,
                                   OWLOntology ontology,
                                   OWLOntologyFormat format)
getQName
public java.lang.String getQName(java.lang.String name)
- Gets a QName for a full URI.
- Overrides:
 getQName in class XMLWriterNamespaceManager
 
- Parameters:
 name - The name which represents the full name.
- Returns:
 - The QName representation or 
null if a QName
 could not be generated.