com.bigdata.rdf.rio.rdfxml
Class BigdataRDFXMLWriterFactory

java.lang.Object
  extended by com.bigdata.rdf.rio.rdfxml.BigdataRDFXMLWriterFactory
All Implemented Interfaces:
RDFWriterFactory

public class BigdataRDFXMLWriterFactory
extends Object
implements RDFWriterFactory

An RDFWriterFactory for RDF/XML writers with the bigdata specific extensions.

Author:
Arjohn Kampman, Bryan Thompson

Constructor Summary
BigdataRDFXMLWriterFactory()
           
 
Method Summary
 RDFFormat getRDFFormat()
          Returns RDFFormat.RDFXML.
 RDFWriter getWriter(OutputStream out)
          Returns a new instance of RDFXMLWriter.
 RDFWriter getWriter(Writer writer)
          Returns a new instance of RDFXMLWriter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigdataRDFXMLWriterFactory

public BigdataRDFXMLWriterFactory()
Method Detail

getRDFFormat

public RDFFormat getRDFFormat()
Returns RDFFormat.RDFXML.

Specified by:
getRDFFormat in interface RDFWriterFactory

getWriter

public RDFWriter getWriter(OutputStream out)
Returns a new instance of RDFXMLWriter.

Specified by:
getWriter in interface RDFWriterFactory

getWriter

public RDFWriter getWriter(Writer writer)
Returns a new instance of RDFXMLWriter.

Specified by:
getWriter in interface RDFWriterFactory


Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.