public class LangNTripleSingle
extends org.openjena.riot.lang.LangEngine
implements org.openjena.riot.lang.LangRIOT
Modifier and Type | Field and Description |
---|---|
static boolean |
STRICT |
Constructor and Description |
---|
LangNTripleSingle(org.openjena.riot.tokens.Tokenizer tokens,
org.openjena.riot.system.ParserProfile profile) |
Modifier and Type | Method and Description |
---|---|
org.openjena.riot.Lang |
getLang() |
org.openjena.riot.system.ParserProfile |
getProfile() |
boolean |
getSkipOnBadTerm()
SkipOnBadTerm - do not output tuples with bad RDF terms
|
com.hp.hpl.jena.graph.Triple |
getTriple() |
void |
parse() |
void |
setProfile(org.openjena.riot.system.ParserProfile profile) |
void |
setSkipOnBadTerm(boolean skipOnBadTerm)
SkipOnBadTerm - do not output tuples with bad RDF terms
|
public static final boolean STRICT
public LangNTripleSingle(org.openjena.riot.tokens.Tokenizer tokens, org.openjena.riot.system.ParserProfile profile)
public org.openjena.riot.system.ParserProfile getProfile()
getProfile
in interface org.openjena.riot.lang.LangRIOT
public void setProfile(org.openjena.riot.system.ParserProfile profile)
setProfile
in interface org.openjena.riot.lang.LangRIOT
public void parse()
parse
in interface org.openjena.riot.lang.LangRIOT
public com.hp.hpl.jena.graph.Triple getTriple()
public boolean getSkipOnBadTerm()
public void setSkipOnBadTerm(boolean skipOnBadTerm)
public org.openjena.riot.Lang getLang()
getLang
in interface org.openjena.riot.lang.LangRIOT