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