Package org.eclipse.rdf4j.rio.turtle
Class TurtleParserFactory
java.lang.Object
org.eclipse.rdf4j.rio.turtle.TurtleParserFactory
- All Implemented Interfaces:
RDFParserFactory
An
RDFParserFactory
for Turtle parsers.- Author:
- Arjohn Kampman
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a new instance ofTurtleParser
.ReturnsRDFFormat.TURTLE
.
-
Constructor Details
-
TurtleParserFactory
public TurtleParserFactory()
-
-
Method Details
-
getRDFFormat
ReturnsRDFFormat.TURTLE
.- Specified by:
getRDFFormat
in interfaceRDFParserFactory
-
getParser
Returns a new instance ofTurtleParser
.- Specified by:
getParser
in interfaceRDFParserFactory
-