| Package | Description |
|---|---|
| org.apache.jena.dboe.storage.prefixes |
| Modifier and Type | Class and Description |
|---|---|
class |
PrefixMapBase
PrefixMapI implemented using StoragePrefixMap |
| Modifier and Type | Method and Description |
|---|---|
static PrefixMapI |
PrefixesFactory.createMem() |
static PrefixMapI |
PrefixesFactory.empty()
Return an empty immutable
PrefixMapI. |
static PrefixMapI |
PrefixesFactory.newPrefixMap(StoragePrefixMap storage)
Create a
PrefixMapI over a StoragePrefixMap. |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jena.atlas.lib.Pair<String,String> |
PrefixLib.abbrev(PrefixMapI prefixes,
String uriStr)
Abbreviate a uriStr, return the prefix and local parts.
|
static String |
PrefixLib.abbreviate(PrefixMapI pmap,
String uriStr)
abbreviate a uriStr, giving a string as a short form.
|
static PrefixMap |
PrefixMapOverPrefixMapI.create(PrefixMapI pmap) |
static String |
PrefixLib.expand(PrefixMapI prefixes,
String prefixedName)
Expand a prefixedName which must include a ':'
|
static String |
PrefixLib.expand(PrefixMapI prefixes,
String prefix,
String localName)
Expand a prefix, local name pair.
|
static PrefixMapping |
PrefixesFactory.newPrefixMappingOverPrefixMapI(PrefixMapI pmap)
Create
PrefixMapping using a PrefixMapI. |
void |
PrefixMapI.putAll(PrefixMapI pmap)
Add a prefix, overwrites any existing association
|
void |
PrefixMapBase.putAll(PrefixMapI pmap) |
Licensed under the Apache License, Version 2.0