Package org.apache.abdera.parser.stax
Class FOMWriter
- java.lang.Object
-
- org.apache.abdera.util.AbstractWriter
-
- org.apache.abdera.parser.stax.FOMWriter
-
- All Implemented Interfaces:
org.apache.abdera.util.NamedItem,org.apache.abdera.writer.NamedWriter,org.apache.abdera.writer.Writer
@Deprecated public class FOMWriter extends org.apache.abdera.util.AbstractWriter implements org.apache.abdera.writer.NamedWriter
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetName()Deprecated.String[]getOutputFormats()Deprecated.booleanoutputsFormat(String mediatype)Deprecated.Objectwrite(org.apache.abdera.model.Base base, org.apache.abdera.writer.WriterOptions options)Deprecated.voidwriteTo(org.apache.abdera.model.Base base, OutputStream out, org.apache.abdera.writer.WriterOptions options)Deprecated.voidwriteTo(org.apache.abdera.model.Base base, Writer out, org.apache.abdera.writer.WriterOptions options)Deprecated.-
Methods inherited from class org.apache.abdera.util.AbstractWriter
getDefaultWriterOptions, setDefaultWriterOptions, write, writeTo, writeTo, writeTo, writeTo
-
-
-
-
Method Detail
-
writeTo
public void writeTo(org.apache.abdera.model.Base base, OutputStream out, org.apache.abdera.writer.WriterOptions options) throws IOExceptionDeprecated.- Specified by:
writeToin interfaceorg.apache.abdera.writer.Writer- Throws:
IOException
-
writeTo
public void writeTo(org.apache.abdera.model.Base base, Writer out, org.apache.abdera.writer.WriterOptions options) throws IOExceptionDeprecated.- Specified by:
writeToin interfaceorg.apache.abdera.writer.Writer- Throws:
IOException
-
write
public Object write(org.apache.abdera.model.Base base, org.apache.abdera.writer.WriterOptions options) throws IOException
Deprecated.- Specified by:
writein interfaceorg.apache.abdera.writer.Writer- Throws:
IOException
-
getName
public String getName()
Deprecated.- Specified by:
getNamein interfaceorg.apache.abdera.util.NamedItem
-
getOutputFormats
public String[] getOutputFormats()
Deprecated.- Specified by:
getOutputFormatsin interfaceorg.apache.abdera.writer.NamedWriter
-
outputsFormat
public boolean outputsFormat(String mediatype)
Deprecated.- Specified by:
outputsFormatin interfaceorg.apache.abdera.writer.NamedWriter
-
-