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 parsing
|
void |
prefix(String prefix,
String iri)
prefix declaration seen
|
void |
start()
Start parsing
|
public void base(String base)
StreamRDF
public void prefix(String prefix, String iri)
StreamRDF
public void start()
StreamRDF
Licenced under the Apache License, Version 2.0