com.franz.openrdf.rio.nquads
Class NQuadsParserFactory
java.lang.Object
com.franz.openrdf.rio.nquads.NQuadsParserFactory
- All Implemented Interfaces:
- org.openrdf.rio.RDFParserFactory
public class NQuadsParserFactory
- extends Object
- implements org.openrdf.rio.RDFParserFactory
An RDFParserFactory
for N-Quads parsers.
NQuadsParserFactory
public NQuadsParserFactory()
getRDFFormat
public org.openrdf.rio.RDFFormat getRDFFormat()
- Returns
NQuadsFormat.NQUADS
.
- Specified by:
getRDFFormat
in interface org.openrdf.rio.RDFParserFactory
getParser
public org.openrdf.rio.RDFParser getParser()
- Returns a new instance of NQuadsParser.
- Specified by:
getParser
in interface org.openrdf.rio.RDFParserFactory