org.openrdf.rio.rdfxml.util
Class OrganizedRDFXMLWriter

java.lang.Object
  extended by org.openrdf.rio.helpers.OrganizedRDFWriter
      extended by org.openrdf.rio.rdfxml.util.OrganizedRDFXMLWriter
All Implemented Interfaces:
RDFHandler, RDFWriter

public class OrganizedRDFXMLWriter
extends OrganizedRDFWriter

Prints RDF/XML data is an grouped by subject and type.

Author:
James Leigh
See Also:
OrganizedRDFWriter

Constructor Summary
OrganizedRDFXMLWriter(File file)
           
OrganizedRDFXMLWriter(File file, String enc)
           
OrganizedRDFXMLWriter(OutputStream writer)
           
OrganizedRDFXMLWriter(String filename)
           
OrganizedRDFXMLWriter(String filename, String enc)
           
OrganizedRDFXMLWriter(Writer writer)
           
 
Method Summary
 
Methods inherited from class org.openrdf.rio.helpers.OrganizedRDFWriter
close, endRDF, getRDFFormat, handleComment, handleNamespace, handleStatement, print, print, print, print, print, printReferenced, setConnection, startRDF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizedRDFXMLWriter

public OrganizedRDFXMLWriter(File file,
                             String enc)
                      throws FileNotFoundException,
                             UnsupportedEncodingException
Throws:
FileNotFoundException
UnsupportedEncodingException

OrganizedRDFXMLWriter

public OrganizedRDFXMLWriter(File file)
                      throws FileNotFoundException
Throws:
FileNotFoundException

OrganizedRDFXMLWriter

public OrganizedRDFXMLWriter(String filename,
                             String enc)
                      throws FileNotFoundException,
                             UnsupportedEncodingException
Throws:
FileNotFoundException
UnsupportedEncodingException

OrganizedRDFXMLWriter

public OrganizedRDFXMLWriter(String filename)
                      throws FileNotFoundException
Throws:
FileNotFoundException

OrganizedRDFXMLWriter

public OrganizedRDFXMLWriter(OutputStream writer)

OrganizedRDFXMLWriter

public OrganizedRDFXMLWriter(Writer writer)


Copyright © 2004-2008 Aduna. All Rights Reserved.