org.openrdf.rio.rdfxml
Class RDFXMLParserFactory

java.lang.Object
  extended by 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

Constructor Summary
RDFXMLParserFactory()
           
 
Method Summary
 RDFParser getParser()
          Returns a new instance of RDFXMLParser.
 RDFFormat getRDFFormat()
          Returns the RDF format for this factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFXMLParserFactory

public RDFXMLParserFactory()
Method Detail

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-2009 Aduna. All Rights Reserved.