Package org.apache.any23.writer
Class RDFXMLWriterFactory
- java.lang.Object
-
- org.apache.any23.writer.RDFXMLWriterFactory
-
- All Implemented Interfaces:
org.apache.any23.writer.TripleWriterFactory
,org.apache.any23.writer.WriterFactory
public class RDFXMLWriterFactory extends Object implements org.apache.any23.writer.TripleWriterFactory
- Author:
- Peter Ansell (p_ansell@yahoo.com), Hans Brende (hansbrende@apache.org)
-
-
Field Summary
Fields Modifier and Type Field Description static String
IDENTIFIER
static String
MIME_TYPE
-
Constructor Summary
Constructors Constructor Description RDFXMLWriterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdentifier()
org.apache.any23.configuration.Settings
getSupportedSettings()
org.apache.any23.writer.TripleFormat
getTripleFormat()
org.apache.any23.writer.TripleHandler
getTripleWriter(OutputStream os, org.apache.any23.configuration.Settings settings)
-
-
-
Field Detail
-
MIME_TYPE
public static final String MIME_TYPE
-
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTripleFormat
public org.apache.any23.writer.TripleFormat getTripleFormat()
- Specified by:
getTripleFormat
in interfaceorg.apache.any23.writer.TripleWriterFactory
-
getSupportedSettings
public org.apache.any23.configuration.Settings getSupportedSettings()
- Specified by:
getSupportedSettings
in interfaceorg.apache.any23.writer.TripleWriterFactory
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifier
in interfaceorg.apache.any23.writer.WriterFactory
-
getTripleWriter
public org.apache.any23.writer.TripleHandler getTripleWriter(OutputStream os, org.apache.any23.configuration.Settings settings)
- Specified by:
getTripleWriter
in interfaceorg.apache.any23.writer.TripleWriterFactory
-
-