|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fortytwo.flow.rdf.SesameInputAdapter
public class SesameInputAdapter
An RDFHandler which passes its input into an RdfSink.
| Constructor Summary | |
|---|---|
SesameInputAdapter(RDFSink sink)
|
|
| Method Summary | |
|---|---|
void |
endRDF()
Signals the end of the RDF data. |
void |
handleComment(String comment)
Handles a comment. |
void |
handleNamespace(String prefix,
String uri)
Handles a namespace declaration/definition. |
void |
handleStatement(org.openrdf.model.Statement st)
Handles a statement. |
static org.openrdf.rio.RDFFormat |
parse(InputStream is,
RDFSink sink,
String baseUri,
org.openrdf.rio.RDFFormat format)
|
void |
startRDF()
Signals the start of the RDF data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SesameInputAdapter(RDFSink sink)
| Method Detail |
|---|
public void handleComment(String comment)
handleComment in interface org.openrdf.rio.RDFHandler
public void handleNamespace(String prefix,
String uri)
handleNamespace in interface org.openrdf.rio.RDFHandlerpublic void handleStatement(org.openrdf.model.Statement st)
handleStatement in interface org.openrdf.rio.RDFHandlerpublic void startRDF()
startRDF in interface org.openrdf.rio.RDFHandlerpublic void endRDF()
endRDF in interface org.openrdf.rio.RDFHandler
public static org.openrdf.rio.RDFFormat parse(InputStream is,
RDFSink sink,
String baseUri,
org.openrdf.rio.RDFFormat format)
throws RippleException
RippleException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||