org.openjena.riot.lang
Class LangNTriples

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<com.hp.hpl.jena.graph.Triple>
              extended by org.openjena.riot.lang.LangNTriples
All Implemented Interfaces:
Iterator<com.hp.hpl.jena.graph.Triple>, LangRIOT

public final class LangNTriples
extends LangNTuple<com.hp.hpl.jena.graph.Triple>


Field Summary
 
Fields inherited from class org.openjena.riot.lang.LangNTuple
STRICT
 
Constructor Summary
LangNTriples(Tokenizer tokens, ParserProfile profile, Sink<com.hp.hpl.jena.graph.Triple> 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

LangNTriples

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

getLang

public Lang getLang()


Licenced under the Apache License, Version 2.0