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