Class LangNQuadsSkipBad
java.lang.Object
net.sansa_stack.rdf.common.io.riot.lang.LangNQuadsSkipBad
- All Implemented Interfaces:
Iterator<org.apache.jena.sparql.core.Quad>
public final class LangNQuadsSkipBad
extends Object
implements Iterator<org.apache.jena.sparql.core.Quad>
N-Quads.
- See Also:
-
Constructor Summary
ConstructorDescriptionLangNQuadsSkipBad
(TokenizerTextForgiving tokens, org.apache.jena.riot.system.ParserProfile profile, org.apache.jena.riot.system.StreamRDF dest) -
Method Summary
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 Details
-
LangNQuadsSkipBad
public LangNQuadsSkipBad(TokenizerTextForgiving tokens, org.apache.jena.riot.system.ParserProfile profile, org.apache.jena.riot.system.StreamRDF dest)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
public org.apache.jena.sparql.core.Quad next() -
remove
public void remove()
-