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

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

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

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

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



Licenced under the Apache License, Version 2.0