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:
- http://www.w3.org/TR/n-quads/
-
-
Constructor Summary
Constructors Constructor Description LangNQuadsSkipBad(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 booleanhasNext()org.apache.jena.sparql.core.Quadnext()voidremove()-
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
-
LangNQuadsSkipBad
public LangNQuadsSkipBad(TokenizerTextForgiving tokens, org.apache.jena.riot.system.ParserProfile profile, org.apache.jena.riot.system.StreamRDF dest)
-
-