java.lang.Object
org.apache.jena.riot.lang.LangEngine
org.apache.jena.sparql.engine.binding.BindingInputStream
public class BindingInputStream
extends LangEngine
implements Iterator<Binding>, org.apache.jena.atlas.lib.Closeable
Language for reading in a stream of bindings.
See BindingIO
Summary:
- Directives:
- VARS - list of variables.
- PREFIX
- Lines of RDF terms (Turtle, no triple-quoted strings)
- Items on line align with last VARS declaration
- * for "same as last row"
- - for "undef"
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BindingInputStream
-
BindingInputStream
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
forEachRemaining
- Specified by:
forEachRemaining
in interfaceIterator<Binding>
-
remove
public void remove() -
vars
-
close
public void close()- Specified by:
close
in interfaceorg.apache.jena.atlas.lib.Closeable
-