Class PrettyWriter
- java.lang.Object
-
- org.apache.abdera.util.AbstractWriter
-
- org.apache.abdera.util.AbstractNamedWriter
-
- org.apache.abdera.parser.stax.util.PrettyWriter
-
- All Implemented Interfaces:
org.apache.abdera.util.NamedItem,org.apache.abdera.writer.NamedWriter,org.apache.abdera.writer.Writer
@Deprecated public class PrettyWriter extends org.apache.abdera.util.AbstractNamedWriter implements org.apache.abdera.writer.NamedWriter
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description PrettyWriter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description 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.AbstractNamedWriter
getName, getOutputFormats, outputsFormat
-
Methods inherited from class org.apache.abdera.util.AbstractWriter
getDefaultWriterOptions, setDefaultWriterOptions, write, writeTo, writeTo, writeTo, writeTo
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
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
-
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
-
-