org.jrdf.parser.ntriples
Class NTriplesParserFactory

java.lang.Object
  extended by org.jrdf.parser.ntriples.NTriplesParserFactory
All Implemented Interfaces:
LineHandlerFactory

public class NTriplesParserFactory
extends Object
implements LineHandlerFactory


Constructor Summary
NTriplesParserFactory()
           
 
Method Summary
 LineHandler createParser(Graph newGraph, MapFactory newMapFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NTriplesParserFactory

public NTriplesParserFactory()
Method Detail

createParser

public LineHandler createParser(Graph newGraph,
                                MapFactory newMapFactory)
Specified by:
createParser in interface LineHandlerFactory