org.apache.abdera.parser.stax.util
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:
- NamedItem, NamedWriter, Writer
public class PrettyWriter
- extends AbstractNamedWriter
- implements NamedWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrettyWriter
public PrettyWriter()
write
public Object write(Base base,
WriterOptions options)
throws IOException
- Description copied from interface:
Writer
- Return the serialized form of the Abdera Base
- Specified by:
write
in interface Writer
- Throws:
IOException
writeTo
public void writeTo(Base base,
OutputStream out,
WriterOptions options)
throws IOException
- Description copied from interface:
Writer
- Serialized the given Abdera Base to the given outputstream
- Specified by:
writeTo
in interface Writer
- Throws:
IOException
writeTo
public void writeTo(Base base,
Writer out,
WriterOptions options)
throws IOException
- Description copied from interface:
Writer
- Serialized the given Abdera Base to the given writer
- Specified by:
writeTo
in interface Writer
- Throws:
IOException
initDefaultWriterOptions
protected WriterOptions initDefaultWriterOptions()
- Specified by:
initDefaultWriterOptions
in class AbstractWriter
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.