org.openrdf.rio.n3
Class N3ParserFactory
java.lang.Object
org.openrdf.rio.n3.N3ParserFactory
- All Implemented Interfaces:
- RDFParserFactory
public class N3ParserFactory
- extends Object
- implements RDFParserFactory
An RDFParserFactory for N3 parsers.
- Author:
- Arjohn Kampman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
N3ParserFactory
public N3ParserFactory()
getRDFFormat
public RDFFormat getRDFFormat()
- Returns
RDFFormat.N3.
- Specified by:
getRDFFormat in interface RDFParserFactory
getParser
public RDFParser getParser()
- Returns a new instance of
TurtleParser.
- Specified by:
getParser in interface RDFParserFactory
Copyright © 2001-2012 Aduna. All Rights Reserved.