|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParserProfile | |
|---|---|
| org.apache.jena.riot | |
| org.apache.jena.riot.lang | |
| org.apache.jena.riot.system | |
| Uses of ParserProfile in org.apache.jena.riot |
|---|
| Methods in org.apache.jena.riot that return ParserProfile | |
|---|---|
ParserProfile |
ReaderRIOT.getParserProfile()
Get the parser profile. |
| Methods in org.apache.jena.riot with parameters of type ParserProfile | |
|---|---|
void |
ReaderRIOT.setParserProfile(ParserProfile profile)
Set the parser profile. |
| Uses of ParserProfile in org.apache.jena.riot.lang |
|---|
| Methods in org.apache.jena.riot.lang that return ParserProfile | |
|---|---|
ParserProfile |
JsonLDReader.getParserProfile()
|
ParserProfile |
LangRIOT.getProfile()
|
ParserProfile |
LangRDFXML.getProfile()
|
ParserProfile |
LangNull.getProfile()
|
ParserProfile |
LangCSV.getProfile()
|
ParserProfile |
LangBase.getProfile()
|
| Methods in org.apache.jena.riot.lang with parameters of type ParserProfile | |
|---|---|
void |
JsonLDReader.setParserProfile(ParserProfile parserProfile)
|
void |
LangRIOT.setProfile(ParserProfile profile)
|
void |
LangRDFXML.setProfile(ParserProfile profile)
|
void |
LangNull.setProfile(ParserProfile profile)
|
void |
LangCSV.setProfile(ParserProfile profile)
|
void |
LangBase.setProfile(ParserProfile profile)
|
| Constructors in org.apache.jena.riot.lang with parameters of type ParserProfile | |
|---|---|
LangNQuads(Tokenizer tokens,
ParserProfile profile,
StreamRDF dest)
|
|
LangNTriples(Tokenizer tokens,
ParserProfile profile,
StreamRDF dest)
|
|
LangRDFJSON(Tokenizer tokenizer,
ParserProfile profile,
StreamRDF dest)
|
|
LangTriG(Tokenizer tokens,
ParserProfile profile,
StreamRDF dest)
|
|
LangTurtle(Tokenizer tokens,
ParserProfile profile,
StreamRDF dest)
|
|
| Uses of ParserProfile in org.apache.jena.riot.system |
|---|
| Classes in org.apache.jena.riot.system that implement ParserProfile | |
|---|---|
class |
ParserProfileBase
Basic profile of things, with key operations based on a simple use of the parse elements into Nodes |
class |
ParserProfileChecker
|
| Methods in org.apache.jena.riot.system that return ParserProfile | |
|---|---|
static ParserProfile |
RiotLib.profile(Lang lang,
String baseIRI)
|
static ParserProfile |
RiotLib.profile(Lang lang,
String baseIRI,
ErrorHandler handler)
|
static ParserProfile |
RiotLib.profile(String baseIRI,
boolean resolveIRIs,
boolean checking,
ErrorHandler handler)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||