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

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

Uses of ParserProfile in org.openjena.riot.lang
 

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

Methods in org.openjena.riot.lang with parameters of type ParserProfile
 void LangBase.setProfile(ParserProfile profile)
           
 void LangRIOT.setProfile(ParserProfile profile)
           
 void LangRDFXML.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<com.hp.hpl.jena.graph.Triple> sink)
           
LangRDFJSON(Tokenizer tokenizer, ParserProfile profile, Sink<com.hp.hpl.jena.graph.Triple> sink)
           
LangTriG(String baseURI, Tokenizer tokens, ParserProfile profile, Sink<Quad> sink)
           
LangTurtle(String baseURI, Tokenizer tokens, ParserProfile profile, Sink<com.hp.hpl.jena.graph.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 (e.g.
 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