Uses of Interface
org.eclipse.rdf4j.model.Namespace
-
Packages that use Namespace Package Description org.eclipse.rdf4j.model The RDF Model APIorg.eclipse.rdf4j.model.base Abstract base classes for RDF Model API interfaces. -
-
Uses of Namespace in org.eclipse.rdf4j.model
Methods in org.eclipse.rdf4j.model that return Namespace Modifier and Type Method Description default NamespaceModel. setNamespace(String prefix, String name)Sets the prefix for a namespace.Methods in org.eclipse.rdf4j.model that return types with arguments of type Namespace Modifier and Type Method 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.Methods in org.eclipse.rdf4j.model with parameters of type Namespace Modifier and Type Method Description voidModel. setNamespace(Namespace namespace)Sets the prefix for a namespace. -
Uses of Namespace in org.eclipse.rdf4j.model.base
Classes in org.eclipse.rdf4j.model.base that implement Namespace Modifier and Type Class Description classAbstractNamespaceBase class forNamespace, offering common functionality.Methods in org.eclipse.rdf4j.model.base with parameters of type Namespace Modifier and Type Method Description intAbstractNamespace. compareTo(Namespace o)
-