Package org.eclipse.rdf4j.rio.hdt
Class HDTParserFactory
java.lang.Object
org.eclipse.rdf4j.rio.hdt.HDTParserFactory
- All Implemented Interfaces:
RDFParserFactory
An
RDFParserFactory
for HDT parsers.- Author:
- Bart Hanssens
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HDTParserFactory
public HDTParserFactory()
-
-
Method Details
-
getRDFFormat
ReturnsRDFFormat.HDT
.- Specified by:
getRDFFormat
in interfaceRDFParserFactory
-
getParser
Returns a new instance ofHDTParser
.- Specified by:
getParser
in interfaceRDFParserFactory
-