org.openrdf.rio.rdfxml.util
Class OrganizedRDFXMLWriter
java.lang.Object
org.openrdf.rio.helpers.OrganizedRDFWriter
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
| 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 |
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.