public class RiotLib extends Object
Constructor and Description |
---|
RiotLib() |
Modifier and Type | Method and Description |
---|---|
static 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) |
public static 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)
Licenced under the Apache License, Version 2.0