Uses of Class
org.openjena.riot.lang.LangEngine

Packages that use LangEngine
com.hp.hpl.jena.sparql.engine.binding   
org.openjena.riot.lang   
 

Uses of LangEngine in com.hp.hpl.jena.sparql.engine.binding
 

Subclasses of LangEngine in com.hp.hpl.jena.sparql.engine.binding
 class BindingInputStream
          Language for reading in a stream of bindings.
 

Uses of LangEngine in org.openjena.riot.lang
 

Subclasses of LangEngine in org.openjena.riot.lang
 class LangBase<X>
           
 class LangNQuads
          N-Quads.
 class LangNTriples
           
 class LangNTuple<X>
          N-Quads, N-triples parser framework, with both push and pull interfaces.
 class LangRDFJSON
          See http://docs.api.talis.com/platform-api/output-types/rdf-json
 class LangTriG
          TriG language: http://www4.wiwiss.fu-berlin.de/bizer/TriG/ Generalizations: Can have multiple default graph blocks.
 class LangTurtle
          Turtle language
 class LangTurtleBase<X>
          The main engine for all things Turtle-ish (Turtle, TriG).
 



Licenced under the Apache License, Version 2.0