org.jrdf.parser.ntriples
Class ParserFactoryImpl

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

public class ParserFactoryImpl
extends Object
implements ParserFactory

Class description goes here.


Constructor Summary
ParserFactoryImpl()
           
 
Method Summary
 NTriplesParser createParser(GraphElementFactory graphElementFactory, ParserBlankNodeFactory parserBlankNodeFactory)
           
 
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

createParser

public NTriplesParser createParser(GraphElementFactory graphElementFactory,
                                   ParserBlankNodeFactory parserBlankNodeFactory)
Specified by:
createParser in interface ParserFactory