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