org.openrdf.query.parser.sparql
Class SPARQLParserFactory
java.lang.Object
org.openrdf.query.parser.sparql.SPARQLParserFactory
- All Implemented Interfaces:
- QueryParserFactory
public class SPARQLParserFactory
- extends Object
- implements QueryParserFactory
A QueryParserFactory for SPARQL parsers.
- Author:
- Arjohn Kampman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPARQLParserFactory
public SPARQLParserFactory()
getQueryLanguage
public QueryLanguage getQueryLanguage()
- Returns
QueryLanguage.SPARQL.
- Specified by:
getQueryLanguage in interface QueryParserFactory
getParser
public QueryParser getParser()
- Returns a shared, thread-safe, instance of SPARQLParser.
- Specified by:
getParser in interface QueryParserFactory
Copyright © 2001-2008 Aduna. All Rights Reserved.