public class OWLOntologyXMLNamespaceManager extends XMLWriterNamespaceManager
| Constructor and Description |
|---|
OWLOntologyXMLNamespaceManager(OWLOntologyManager man,
OWLOntology ontology) |
OWLOntologyXMLNamespaceManager(OWLOntology ontology,
OWLOntologyFormat format) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<OWLEntity> |
getEntitiesThatRequireNamespaces() |
protected OWLOntology |
getOntology() |
String |
getQName(String name)
Gets a QName for a full URI.
|
addWellKnownNamespace, createPrefixForNamespace, getDefaultNamespace, getDefaultPrefix, getNamespaceForPrefix, getNamespaces, getPrefixes, getPrefixForNamespace, getPrefixNamespaceMap, setDefaultNamespace, setPrefixpublic OWLOntologyXMLNamespaceManager(OWLOntologyManager man, OWLOntology ontology)
public OWLOntologyXMLNamespaceManager(OWLOntology ontology, OWLOntologyFormat format)
protected OWLOntology getOntology()
public String getQName(String name)
getQName in class XMLWriterNamespaceManagername - The name which represents the full name.null if a QName could not be generated.Copyright © 2012 The University of Manchester. All Rights Reserved.