|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jena.riot.lang.PipedRDFStream<T>
T - Type corresponding to a supported RDF primitivepublic abstract class PipedRDFStream<T>
Abstract implementation of a producer class that implements StreamRDF;
use one of the concrete implementations that match the RDF primitive you are using.
PipedTriplesStream,
PipedQuadsStream,
PipedTuplesStream| Method Summary | |
|---|---|
void |
base(String base)
base declaration seen |
void |
finish()
Finish parsing |
void |
prefix(String prefix,
String iri)
prefix declaration seen |
void |
start()
Start parsing |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.jena.riot.system.StreamRDF |
|---|
quad, triple, tuple |
| Method Detail |
|---|
public void base(String base)
StreamRDF
base in interface StreamRDF
public void prefix(String prefix,
String iri)
StreamRDF
prefix in interface StreamRDFpublic void start()
StreamRDF
start in interface StreamRDFpublic void finish()
StreamRDF
finish in interface StreamRDF
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||