Uses of Class
com.hp.hpl.jena.sparql.lang.SPARQLParser

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

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

Subclasses of SPARQLParser in com.hp.hpl.jena.sparql.lang
 class ParserARQ
           
 class ParserSPARQL10
           
 class ParserSPARQL11
           
 

Methods in com.hp.hpl.jena.sparql.lang that return SPARQLParser
 SPARQLParser SPARQLParserFactory.create(Syntax syntax)
          Return a parser for the given syntax
 SPARQLParser SPARQLParserRegistry.createParser(Syntax syntax)
          Return a suitable parser for the given syntax
static SPARQLParser SPARQLParser.createParser(Syntax syntaxURI)
           
static SPARQLParser SPARQLParserRegistry.parser(Syntax syntax)
          Return a suitable parser for the given syntax
 



Licenced under the Apache License, Version 2.0