public abstract class RdfReader extends Object
| Constructor and Description |
|---|
RdfReader(Representation rdfRepresentation,
GraphHandler graphHandler)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GraphHandler |
getGraphHandler()
Returns the graph handler invoked when parsing.
|
Representation |
getRdfRepresentation()
Returns the representation to read.
|
abstract void |
parse()
Parses the content.
|
public RdfReader(Representation rdfRepresentation, GraphHandler graphHandler)
rdfRepresentation - The representation to read.graphHandler - The graph handler invoked during the parsing.IOExceptionpublic GraphHandler getGraphHandler()
public Representation getRdfRepresentation()
Copyright © 2005–2015. All rights reserved.