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


Constructor Summary
ParserFactoryImpl()
           
 
Method Summary
 NTriplesParser createParser(Graph newGraph, 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(Graph newGraph,
                                   ParserBlankNodeFactory parserBlankNodeFactory)
Specified by:
createParser in interface ParserFactory