Package | Description |
---|---|
com.epimorphics.jsonrdf |
The jsonrdf package provides serialisation of RDF models into
JSON.
|
com.epimorphics.jsonrdf.impl |
The impl package contains the default (and only)
Encoder implementation.
|
com.epimorphics.lda.renderers |
The renderers package contains the Renderer interface and the standard
implementations -- HTML, JSON, XML, Turtle -- and the infrastructure for
accessing them.
|
com.epimorphics.lda.shortnames |
The shortnames package contains classes to handle the
short-name structure of an LDA configuration.
|
com.epimorphics.lda.support.pageComposition |
The pageComposition package contains classes which support the
construction of page renderings for, eg, the API configuration display
or the query statistics display.
|
Modifier and Type | Field and Description |
---|---|
protected Context |
Decoder.context |
Modifier and Type | Method and Description |
---|---|
Context |
Context.clone()
Clone this context, so that JSON rendering using the clone does
not affect this context.
|
Modifier and Type | Method and Description |
---|---|
static List<com.hp.hpl.jena.rdf.model.Resource> |
Decoder.decode(Context context,
Reader reader)
Decode a JSON object from the reader into a set of resources within
a reconstructed RDF Model.
|
static com.hp.hpl.jena.query.Dataset |
Decoder.decodeGraphs(Context context,
Reader reader)
Decode a JSON object from the reader into collection of named graphs
|
static com.hp.hpl.jena.rdf.model.Model |
Decoder.decodeModel(Context context,
Reader reader)
Decode a JSON object from the reader into a model.
|
String |
EncoderPlugin.decodeResourceURI(String code,
Context context)
Decode a resource URI
|
String |
EncoderPlugin.getGraphName(org.apache.jena.atlas.json.JsonObject graph,
Context context)
Return the name of a named graph
|
Constructor and Description |
---|
Decoder(Context context,
org.apache.jena.atlas.json.JsonObject jObj) |
Modifier and Type | Method and Description |
---|---|
String |
EncoderDefault.decodeResourceURI(String code,
Context context)
Decode a resource URI
|
String |
EncoderDefault.getGraphName(org.apache.jena.atlas.json.JsonObject graph,
Context context)
Return the name of a named graph
|
Modifier and Type | Method and Description |
---|---|
void |
JSONRenderer.renderAndDiscard(Bindings b,
com.hp.hpl.jena.rdf.model.Model model,
com.hp.hpl.jena.rdf.model.Resource root,
Context given) |
Constructor and Description |
---|
XMLRendering(com.hp.hpl.jena.rdf.model.Model m,
Context context,
Map<String,String> nameMap,
Document d) |
Modifier and Type | Field and Description |
---|---|
protected Context |
StandardShortnameService.context |
Modifier and Type | Method and Description |
---|---|
Context |
StandardShortnameService.asContext()
Return a Context object suitable for driving the JSON encoding
|
Context |
ShortnameService.asContext()
Answer a context object suitable for driving a JSON encoding.
|
Modifier and Type | Method and Description |
---|---|
static ReadContext |
CompleteReadContext.create(Context context,
Map<String,String> uriToName) |
Constructor and Description |
---|
CompleteContext(CompleteContext.Mode m,
Context context,
com.hp.hpl.jena.shared.PrefixMapping prefixes) |
Modifier and Type | Method and Description |
---|---|
protected static String |
ComposeConfigDisplay.shortForm(Context sns,
com.hp.hpl.jena.shared.PrefixMapping pm,
com.hp.hpl.jena.rdf.model.Resource r) |
Copyright © 2014. All Rights Reserved.