| Package | Description |
|---|---|
| com.hp.hpl.jena.sparql.engine.binding | |
| com.hp.hpl.jena.sparql.util | |
| org.openjena.riot.out | |
| org.openjena.riot.system | |
| org.openjena.riot.tokens |
| Modifier and Type | Method and Description |
|---|---|
PrefixMap |
BindingOutputStream.getPrefixMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
BindingOutputStream.setPrefixMap(PrefixMap pmap) |
| Constructor and Description |
|---|
BindingOutputStream(OutputStream out,
List<Var> vars,
PrefixMap prefixMapping) |
BindingOutputStream(OutputStream out,
PrefixMap prefixMapping) |
| Modifier and Type | Method and Description |
|---|---|
static Node |
NodeFactory.parseNode(String nodeString,
PrefixMap pmap)
Parse a string into a node.
|
| Modifier and Type | Method and Description |
|---|---|
PrefixMap |
OutputProfile.prefixMap() |
| Modifier and Type | Method and Description |
|---|---|
static void |
NodeFmtLib.serialize(Writer w,
Node n,
String base,
PrefixMap prefixMap) |
| Constructor and Description |
|---|
NodeFormatterTTL(String baseIRI,
PrefixMap prefixMap) |
OutputPolicy(NodeToLabel nodeToLabel,
String baseIRI,
PrefixMap prefixMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
PrefixMap2
Extend a PrefixMap - never alters the partent PrefixMap
|
| Modifier and Type | Method and Description |
|---|---|
static PrefixMap |
PrefixMap.fromPrefixMapping(PrefixMapping pmap) |
PrefixMap |
Prologue.getPrefixMap()
Return the prefix map from the parsed query
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrefixMap.putAll(PrefixMap pmap)
Add a prefix, overwrites any existing association
|
void |
Prologue.setPrefixMapping(PrefixMap pmap)
Set the mapping
|
Prologue |
Prologue.sub(PrefixMap newMappings) |
Prologue |
Prologue.sub(PrefixMap newMappings,
String base) |
| Constructor and Description |
|---|
PrefixMap(PrefixMap other) |
PrefixMap2(PrefixMap parent) |
Prologue(PrefixMap pmap,
IRIResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
Node |
Token.asNode(PrefixMap pmap)
Token to Node, with a prefix map
Turtle and N-triples need to process the token and not call this:
1/ Use bNode label as given
2/ No prefix or URI resolution.
|
static Token |
Token.tokenForNode(Node node,
String base,
PrefixMap mapping) |
Licenced under the Apache License, Version 2.0