org.openjena.riot.lang
Class LangRDFJSON

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

public class LangRDFJSON
extends LangBase<com.hp.hpl.jena.graph.Triple>

See http://docs.api.talis.com/platform-api/output-types/rdf-json


Constructor Summary
LangRDFJSON(Tokenizer tokenizer, ParserProfile profile, Sink<com.hp.hpl.jena.graph.Triple> sink)
           
 
Method Summary
 Lang getLang()
           
 
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

LangRDFJSON

public LangRDFJSON(Tokenizer tokenizer,
                   ParserProfile profile,
                   Sink<com.hp.hpl.jena.graph.Triple> sink)
Method Detail

getLang

public Lang getLang()


Licenced under the Apache License, Version 2.0