org.openjena.riot.lang
Class LangTurtle

java.lang.Object
  extended by org.openjena.riot.lang.LangEngine
      extended by org.openjena.riot.lang.LangBase<X>
          extended by org.openjena.riot.lang.LangTurtleBase<com.hp.hpl.jena.graph.Triple>
              extended by org.openjena.riot.lang.LangTurtle
All Implemented Interfaces:
LangRIOT

public class LangTurtle
extends LangTurtleBase<com.hp.hpl.jena.graph.Triple>

Turtle language


Field Summary
 
Fields inherited from class org.openjena.riot.lang.LangTurtleBase
strict
 
Constructor Summary
LangTurtle(String baseURI, Tokenizer tokens, ParserProfile profile, Sink<com.hp.hpl.jena.graph.Triple> sink)
           
 
Method Summary
 Lang getLang()
           
 
Methods inherited from class org.openjena.riot.lang.LangTurtleBase
getCurrentGraph, setCurrentGraph
 
Methods inherited from class org.openjena.riot.lang.LangBase
getProfile, parse, setProfile
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LangTurtle

public LangTurtle(String baseURI,
                  Tokenizer tokens,
                  ParserProfile profile,
                  Sink<com.hp.hpl.jena.graph.Triple> sink)
Method Detail

getLang

public Lang getLang()


Licenced under the Apache License, Version 2.0