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