org.openrdf.rio.ntriples
Class NTriplesParserFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NTriplesParserFactory
public NTriplesParserFactory()
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-2008 Aduna. All Rights Reserved.