org.jrdf.sparql.parser
Class ParserFactoryImpl

java.lang.Object
  extended by org.jrdf.sparql.parser.ParserFactoryImpl
All Implemented Interfaces:
ParserFactory

public final class ParserFactoryImpl
extends Object
implements ParserFactory

Creates new SPARQL Parsers.

Version:
$Revision:$
Author:
Andrew Newman

Constructor Summary
ParserFactoryImpl()
           
 
Method Summary
 org.jrdf.sparql.parser.parser.Parser getParser(String queryText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserFactoryImpl

public ParserFactoryImpl()
Method Detail

getParser

public org.jrdf.sparql.parser.parser.Parser getParser(String queryText)
Specified by:
getParser in interface ParserFactory