org.openjena.riot.lang
Class LangNQuads

java.lang.Object
  extended by org.openjena.riot.lang.LangEngine
      extended by org.openjena.riot.lang.LangBase<X>
          extended by org.openjena.riot.lang.LangNTuple<Quad>
              extended by org.openjena.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/


Field Summary
 
Fields inherited from class org.openjena.riot.lang.LangNTuple
STRICT
 
Constructor Summary
LangNQuads(Tokenizer tokens, ParserProfile profile, Sink<Quad> sink)
           
 
Method Summary
 Lang getLang()
           
 
Methods inherited from class org.openjena.riot.lang.LangNTuple
getSkipOnBadTerm, hasNext, next, remove, setSkipOnBadTerm
 
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

LangNQuads

public LangNQuads(Tokenizer tokens,
                  ParserProfile profile,
                  Sink<Quad> sink)
Method Detail

getLang

public Lang getLang()


Licenced under the Apache License, Version 2.0