public abstract class LangNTuple<X> extends LangBase implements Iterator<X>
LangBase.parse()
method processes the whole stream of tokens,
sending each to a Sink
object.Modifier and Type | Method and Description |
---|---|
boolean |
getSkipOnBadTerm()
SkipOnBadTerm - do not output tuples with bad RDF terms
|
boolean |
hasNext() |
X |
next() |
void |
remove() |
void |
setSkipOnBadTerm(boolean skipOnBadTerm)
SkipOnBadTerm - do not output tuples with bad RDF terms
|
getProfile, parse, setProfile
Licenced under the Apache License, Version 2.0