Class LangNTriplesSkipBad
- java.lang.Object
-
- net.sansa_stack.rdf.common.io.riot.lang.LangNTriplesSkipBad
-
- All Implemented Interfaces:
Iterator<org.apache.jena.graph.Triple>
public final class LangNTriplesSkipBad extends Object implements Iterator<org.apache.jena.graph.Triple>
N-Triples.- See Also:
- http://www.w3.org/TR/n-triples/
-
-
Constructor Summary
Constructors Constructor Description LangNTriplesSkipBad(TokenizerTextForgiving tokens, org.apache.jena.riot.system.ParserProfile profile, org.apache.jena.riot.system.StreamRDF dest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
org.apache.jena.graph.Triple
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
LangNTriplesSkipBad
public LangNTriplesSkipBad(TokenizerTextForgiving tokens, org.apache.jena.riot.system.ParserProfile profile, org.apache.jena.riot.system.StreamRDF dest)
-
-