T - Type corresponding to a supported RDF primitivepublic abstract class PipedRDFStream<T> extends Object implements StreamRDF
StreamRDF;
use one of the concrete implementations that match the RDF primitive you are using.PipedTriplesStream,
PipedQuadsStream,
PipedTuplesStream| Modifier and Type | Method and Description |
|---|---|
void |
base(String base)
base declaration seen
|
void |
finish()
Finish processing
|
void |
prefix(String prefix,
String iri)
prefix declaration seen
|
void |
start()
Start processing
|
public void base(String base)
StreamRDFpublic void prefix(String prefix, String iri)
StreamRDFpublic void start()
StreamRDFLicenced under the Apache License, Version 2.0