java.lang.Object
org.apache.jena.riot.system.StreamRDFWrapper
org.apache.jena.riot.system.StreamTriplesOnly
- All Implemented Interfaces:
StreamRDF
StreamRDF
that expects triples not quads.
Runs an action the first time a quad is seen.
Quads that are the default graph or no graph are redirected to StreamRDF.triple(org.apache.jena.graph.Triple)
.-
Method Details
-
actionIfQuads
-
quad
Description copied from interface:StreamRDF
Quad emitted- Specified by:
quad
in interfaceStreamRDF
- Overrides:
quad
in classStreamRDFWrapper
-