org.apache.jena.riot.lang
Class LangTriG

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.LangTriG
All Implemented Interfaces:
LangRIOT

public class LangTriG
extends LangTurtleBase

TriG language: http://www.w3.org/TR/trig/


Constructor Summary
LangTriG(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

LangTriG

public LangTriG(Tokenizer tokens,
                ParserProfile profile,
                StreamRDF dest)
Method Detail

getLang

public Lang getLang()


Licenced under the Apache License, Version 2.0