Class SPARQLParserFactory
- java.lang.Object
 - 
- org.eclipse.rdf4j.query.parser.sparql.SPARQLParserFactory
 
 
- 
- All Implemented Interfaces:
 QueryParserFactory
public class SPARQLParserFactory extends Object implements QueryParserFactory
AQueryParserFactoryfor SPARQL parsers.- Author:
 - Arjohn Kampman
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SPARQLParserFactory() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryParsergetParser()Returns a shared, thread-safe, instance of SPARQLParser.QueryLanguagegetQueryLanguage()ReturnsQueryLanguage.SPARQL. 
 - 
 
- 
- 
Method Detail
- 
getQueryLanguage
public QueryLanguage getQueryLanguage()
ReturnsQueryLanguage.SPARQL.- Specified by:
 getQueryLanguagein interfaceQueryParserFactory
 
- 
getParser
public QueryParser getParser()
Returns a shared, thread-safe, instance of SPARQLParser.- Specified by:
 getParserin interfaceQueryParserFactory
 
 - 
 
 -