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

Packages that use LangTurtle
org.openjena.riot   
 

Uses of LangTurtle in org.openjena.riot
 

Methods in org.openjena.riot that return LangTurtle
static LangTurtle RiotReader.createParserTurtle(InputStream input, String baseIRI, Sink<com.hp.hpl.jena.graph.Triple> sink)
          Create a parser for Turtle, with default behaviour
static LangTurtle RiotReader.createParserTurtle(Tokenizer tokenizer, String baseIRI, Sink<com.hp.hpl.jena.graph.Triple> sink)
          Create a parser for Turtle, with default behaviour
 



Licenced under the Apache License, Version 2.0