org.openrdf.rio.ntriples
Class NTriplesParserFactory

java.lang.Object
  extended by org.openrdf.rio.ntriples.NTriplesParserFactory
All Implemented Interfaces:
RDFParserFactory

public class NTriplesParserFactory
extends Object
implements RDFParserFactory

An RDFParserFactory for N-Triples parsers.

Author:
Arjohn Kampman

Constructor Summary
NTriplesParserFactory()
           
 
Method Summary
 RDFParser getParser()
          Returns a new instance of NTriplesParser.
 RDFFormat getRDFFormat()
          Returns RDFFormat.NTRIPLES.
 
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

getRDFFormat

public RDFFormat getRDFFormat()
Returns RDFFormat.NTRIPLES.

Specified by:
getRDFFormat in interface RDFParserFactory

getParser

public RDFParser getParser()
Returns a new instance of NTriplesParser.

Specified by:
getParser in interface RDFParserFactory


Copyright © 2001-2009 Aduna. All Rights Reserved.