@MetaInfServices public class RDFXMLWriterFactory extends Object implements WriterFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
IDENTIFIER |
static String |
MIME_TYPE |
| Constructor and Description |
|---|
RDFXMLWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
String |
getMimeType() |
org.openrdf.rio.RDFFormat |
getRdfFormat() |
FormatWriter |
getRdfWriter(OutputStream os) |
public static final String MIME_TYPE
public static final String IDENTIFIER
public org.openrdf.rio.RDFFormat getRdfFormat()
getRdfFormat in interface WriterFactorypublic String getIdentifier()
getIdentifier in interface WriterFactorypublic String getMimeType()
getMimeType in interface WriterFactorypublic FormatWriter getRdfWriter(OutputStream os)
getRdfWriter in interface WriterFactoryCopyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.