Modifier and Type | Class and Description |
---|---|
class |
GraphBuilder
Graph handler used when parsing an RDF representation.
|
Modifier and Type | Method and Description |
---|---|
GraphHandler |
RdfRepresentation.createBuilder(Graph graph)
Returns an instance of a graph handler used when parsing the inner RDF
representation.
|
GraphHandler |
RdfRepresentation.createWriter(MediaType mediaType,
Writer writer)
Returns an instance of a graph handler used when writing the inner set of
links.
|
Modifier and Type | Method and Description |
---|---|
void |
RdfRepresentation.parse(GraphHandler graphHandler)
Parses the inner RDF representation.
|
void |
RdfRepresentation.write(GraphHandler graphHandler)
Writes the
|
Modifier and Type | Method and Description |
---|---|
GraphHandler |
RdfReader.getGraphHandler()
Returns the graph handler invoked when parsing.
|
Constructor and Description |
---|
RdfReader(Representation rdfRepresentation,
GraphHandler graphHandler)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
RdfN3Writer
Handler of RDF content according to the N3 notation.
|
Constructor and Description |
---|
RdfN3Reader(Representation rdfN3Representation,
GraphHandler graphHandler)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
RdfNTriplesWriter
Handler of RDF content according to the N-Triples notation.
|
Constructor and Description |
---|
RdfNTriplesReader(Representation rdfRepresentation,
GraphHandler graphHandler)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
RdfTurtleWriter
Handler of RDF content according to the N3 notation.
|
Constructor and Description |
---|
RdfTurtleReader(Representation rdfN3Representation,
GraphHandler graphHandler)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
RdfXmlWriter
Handler of RDF content according to the RDF XML syntax.
|
Constructor and Description |
---|
RdfXmlReader(Representation rdfRepresentation,
GraphHandler graphHandler)
Constructor.
|
Copyright © 2005–2018. All rights reserved.