org.apache.jena.riot.lang
Class LangTurtle

java.lang.Object
  extended by org.apache.jena.riot.lang.LangEngine
      extended by org.apache.jena.riot.lang.LangBase
          extended by org.apache.jena.riot.lang.LangTurtleBase
              extended by org.apache.jena.riot.lang.LangTurtle
All Implemented Interfaces:
LangRIOT

public class LangTurtle
extends LangTurtleBase

Turtle language


Constructor Summary
LangTurtle(Tokenizer tokens, ParserProfile profile, StreamRDF dest)
           
 
Method Summary
 Lang getLang()
           
 
Methods inherited from class org.apache.jena.riot.lang.LangTurtleBase
getCurrentGraph, setCurrentGraph
 
Methods inherited from class org.apache.jena.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(Tokenizer tokens,
                  ParserProfile profile,
                  StreamRDF dest)
Method Detail

getLang

public Lang getLang()


Licenced under the Apache License, Version 2.0