public interface NamespaceMapper
extends com.hp.hpl.jena.rdf.model.ModelChangedListener
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceForPrefix(String prefix)
Returns the full namespace URI represented by a given
abbreviation, or null if not found.
|
List<String> |
getPrefixesForNamespace(String namespace)
Returns a list of abbreviations that have been used to
represent a given namespace.
|
String |
getPrefixForNamespace(String namespace)
Returns the current abbreviation to use for a given namespace,
or null if undefined.
|
String getPrefixForNamespace(String namespace)
namespace - NamespaceList<String> getPrefixesForNamespace(String namespace)
namespace - NamespaceCopyright © 2016. All rights reserved.