| Package | Description |
|---|---|
| org.eclipse.rdf4j.model |
The RDF Model API
|
| org.eclipse.rdf4j.model.base |
Abstract base classes for RDF Model API interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
default Namespace |
Model.setNamespace(String prefix,
String name)
Sets the prefix for a namespace.
|
| Modifier and Type | Method and Description |
|---|---|
default Optional<Namespace> |
NamespaceAware.getNamespace(String prefix)
Gets the namespace that is associated with the specified prefix, if any.
|
Set<Namespace> |
NamespaceAware.getNamespaces()
Gets the set that contains the assigned namespaces.
|
Optional<Namespace> |
Model.removeNamespace(String prefix)
Removes a namespace declaration by removing the association between a prefix and a namespace name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Model.setNamespace(Namespace namespace)
Sets the prefix for a namespace.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNamespace
Base class for
Namespace, offering common functionality. |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractNamespace.compareTo(Namespace o) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.