|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openjena.riot.system.RiotLib
public class RiotLib
Misc RIOT code
Constructor Summary | |
---|---|
RiotLib()
|
Method Summary | |
---|---|
static com.hp.hpl.jena.graph.Node |
parse(String string)
Parse a string to get one Node (the first token in the string) |
static ParserProfile |
profile(Lang lang,
String baseIRI)
|
static ParserProfile |
profile(Lang lang,
String baseIRI,
ErrorHandler handler)
|
static ParserProfile |
profile(String baseIRI,
boolean resolveIRIs,
boolean checking,
ErrorHandler handler)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RiotLib()
Method Detail |
---|
public static com.hp.hpl.jena.graph.Node parse(String string)
public static ParserProfile profile(Lang lang, String baseIRI)
public static ParserProfile profile(Lang lang, String baseIRI, ErrorHandler handler)
public static ParserProfile profile(String baseIRI, boolean resolveIRIs, boolean checking, ErrorHandler handler)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |