Uses of Class
org.eclipse.rdf4j.sparqlbuilder.core.Prefix
Packages that use Prefix
-
Uses of Prefix in org.eclipse.rdf4j.sparqlbuilder.core
Methods in org.eclipse.rdf4j.sparqlbuilder.core that return PrefixModifier and TypeMethodDescriptionprivate Prefix
PrefixDeclarations.findMatchingPrefix
(String queryString, int pos) Returns the longest prefix that is found starting at positionpos
in thequeryString
static Prefix
Create a SPARQL Prefix declarationstatic Prefix
Create a SPARQL Prefix declarationstatic Prefix
Create a SPARQL default Prefix declarationstatic Prefix
Create SPARQL Prefix declaration from the givenNamespace
.static Prefix
Create a SPARQL default Prefix declarationMethods in org.eclipse.rdf4j.sparqlbuilder.core with parameters of type PrefixModifier and TypeMethodDescriptionAdd prefix declarations to this collectionprivate String
PrefixDeclarations.getIRIStringFromPrefix
(Prefix p) static PrefixDeclarations
Create a SPARQL Prefix clause -
Uses of Prefix in org.eclipse.rdf4j.sparqlbuilder.core.query
Methods in org.eclipse.rdf4j.sparqlbuilder.core.query with parameters of type Prefix