org.apache.jena.riot.lang
Class LangNQuads

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.LangNTuple<Quad>
              extended by org.apache.jena.riot.lang.LangNQuads
All Implemented Interfaces:
Iterator<Quad>, LangRIOT

public class LangNQuads
extends LangNTuple<Quad>

N-Quads. http://sw.deri.org/2008/07/n-quads/


Constructor Summary
LangNQuads(Tokenizer tokens, ParserProfile profile, StreamRDF dest)
           
 
Method Summary
 Lang getLang()
           
 
Methods inherited from class org.apache.jena.riot.lang.LangNTuple
getSkipOnBadTerm, hasNext, next, remove, setSkipOnBadTerm
 
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

LangNQuads

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

getLang

public Lang getLang()


Licenced under the Apache License, Version 2.0