Package org.eclipse.rdf4j.rio.turtle
Class TurtleParserFactory
- java.lang.Object
-
- org.eclipse.rdf4j.rio.turtle.TurtleParserFactory
-
- All Implemented Interfaces:
RDFParserFactory
public class TurtleParserFactory extends Object implements RDFParserFactory
AnRDFParserFactory
for Turtle parsers.- Author:
- Arjohn Kampman
-
-
Constructor Summary
Constructors Constructor Description TurtleParserFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RDFParser
getParser()
Returns a new instance ofTurtleParser
.RDFFormat
getRDFFormat()
ReturnsRDFFormat.TURTLE
.
-
-
-
Method Detail
-
getRDFFormat
public RDFFormat getRDFFormat()
ReturnsRDFFormat.TURTLE
.- Specified by:
getRDFFormat
in interfaceRDFParserFactory
-
getParser
public RDFParser getParser()
Returns a new instance ofTurtleParser
.- Specified by:
getParser
in interfaceRDFParserFactory
-
-