Module org.apache.jena.fuseki.core
Interface PrefixesAccess
- All Known Implementing Classes:
PrefixesMap
,PrefixesPlain
,PrefixesRDF
public interface PrefixesAccess
-
Method Summary
Modifier and TypeMethodDescriptionfetchPrefix
(String uri) Fetches the prefixes assigned to the provided URI.getAll()
void
removePrefix
(String prefixToRemove) org.apache.jena.sparql.core.Transactional
void
updatePrefix
(String prefix, String uri)
-
Method Details
-
fetchURI
-
transactional
org.apache.jena.sparql.core.Transactional transactional() -
updatePrefix
-
removePrefix
-
getAll
-
fetchPrefix
Fetches the prefixes assigned to the provided URI. There can be multiple in the List.
-