Uses of Interface
org.openjena.riot.system.ParserProfile

Packages that use ParserProfile
org.openjena.riot   
org.openjena.riot.lang   
org.openjena.riot.system   
 

Uses of ParserProfile in org.openjena.riot
 

Methods in org.openjena.riot that return ParserProfile
 ParserProfile RiotParsePuller.getProfile()
           
 

Methods in org.openjena.riot with parameters of type ParserProfile
 void RiotParsePuller.setProfile(ParserProfile profile)
           
 

Uses of ParserProfile in org.openjena.riot.lang
 

Methods in org.openjena.riot.lang that return ParserProfile
 ParserProfile LangRIOT.getProfile()
           
 ParserProfile LangRDFXML.getProfile()
           
 ParserProfile LangBase.getProfile()
           
 

Methods in org.openjena.riot.lang with parameters of type ParserProfile
 void LangRIOT.setProfile(ParserProfile profile)
           
 void LangRDFXML.setProfile(ParserProfile profile)
           
 void LangBase.setProfile(ParserProfile profile)
           
 

Constructors in org.openjena.riot.lang with parameters of type ParserProfile
LangNQuads(Tokenizer tokens, ParserProfile profile, Sink<Quad> sink)
           
LangNTriples(Tokenizer tokens, ParserProfile profile, Sink<Triple> sink)
           
LangRDFJSON(Tokenizer tokenizer, ParserProfile profile, Sink<Triple> sink)
           
LangTriG(Tokenizer tokens, ParserProfile profile, Sink<Quad> sink)
           
LangTurtle(Tokenizer tokens, ParserProfile profile, Sink<Triple> sink)
           
 

Uses of ParserProfile in org.openjena.riot.system
 

Classes in org.openjena.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.openjena.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)
           
 



Licenced under the Apache License, Version 2.0