Uses of Interface
com.hp.hpl.jena.sparql.lang.SPARQLParserFactory

Packages that use SPARQLParserFactory
com.hp.hpl.jena.sparql.lang   
 

Uses of SPARQLParserFactory in com.hp.hpl.jena.sparql.lang
 

Methods in com.hp.hpl.jena.sparql.lang that return SPARQLParserFactory
static SPARQLParserFactory SPARQLParserRegistry.findFactory(Syntax syntax)
          Return a suitable factory for the given syntax
 SPARQLParserFactory SPARQLParserRegistry.getFactory(Syntax syntax)
          Return a suitable parser factory for the given syntax
 

Methods in com.hp.hpl.jena.sparql.lang with parameters of type SPARQLParserFactory
 void SPARQLParserRegistry.add(Syntax syntax, SPARQLParserFactory f)
          Register the given parser factory for the specified syntax.
static void SPARQLParserRegistry.addFactory(Syntax syntax, SPARQLParserFactory f)
          Register the given parser factory for the specified syntax.
 



Licenced under the Apache License, Version 2.0