Uses of Interface
org.apache.abdera.writer.WriterOptions

Packages that use WriterOptions
org.apache.abdera.ext.json   
org.apache.abdera.model   
org.apache.abdera.parser.stax   
org.apache.abdera.parser.stax.util   
org.apache.abdera.util   
org.apache.abdera.writer   
 

Uses of WriterOptions in org.apache.abdera.ext.json
 

Methods in org.apache.abdera.ext.json that return WriterOptions
protected  WriterOptions JSONWriter.initDefaultWriterOptions()
           
 

Methods in org.apache.abdera.ext.json with parameters of type WriterOptions
 Object JSONWriter.write(Base base, WriterOptions options)
           
 void JSONWriter.writeTo(Base base, OutputStream out, WriterOptions options)
           
 void JSONWriter.writeTo(Base base, Writer out, WriterOptions options)
           
 

Uses of WriterOptions in org.apache.abdera.model
 

Methods in org.apache.abdera.model that return WriterOptions
 WriterOptions ElementWrapper.getDefaultWriterOptions()
           
 WriterOptions Base.getDefaultWriterOptions()
          Get the default WriterOptions for this object
 

Methods in org.apache.abdera.model with parameters of type WriterOptions
 void ElementWrapper.writeTo(OutputStream out, WriterOptions options)
           
 void Base.writeTo(OutputStream out, WriterOptions options)
          Serializes the model component out to the specified stream
 void ElementWrapper.writeTo(String writer, OutputStream out, WriterOptions options)
           
 void Base.writeTo(String writer, OutputStream out, WriterOptions options)
          Serializes the model component out to the specified stream using the given abdera writer
 void ElementWrapper.writeTo(String writer, Writer out, WriterOptions options)
           
 void Base.writeTo(String writer, Writer out, WriterOptions options)
          Serializes the model component out to the specified java.io.Writer using the given abdera writer
 void ElementWrapper.writeTo(Writer writer, OutputStream out, WriterOptions options)
           
 void Base.writeTo(Writer writer, OutputStream out, WriterOptions options)
          Serializes the model component out to the specified stream using the given abdera writer
 void ElementWrapper.writeTo(Writer out, WriterOptions options)
           
 void Base.writeTo(Writer out, WriterOptions options)
          Serializes the model component out to the specified java.io.Writer
 void ElementWrapper.writeTo(Writer writer, Writer out, WriterOptions options)
           
 void Base.writeTo(Writer writer, Writer out, WriterOptions options)
          Serializes the model component out to the specified java.io.Writer using the given abdera writer
 

Uses of WriterOptions in org.apache.abdera.parser.stax
 

Classes in org.apache.abdera.parser.stax that implement WriterOptions
 class FOMWriterOptions
           
 

Methods in org.apache.abdera.parser.stax that return WriterOptions
 WriterOptions FOMElement.getDefaultWriterOptions()
           
 WriterOptions FOMDocument.getDefaultWriterOptions()
           
protected  WriterOptions FOMWriter.initDefaultWriterOptions()
           
 

Methods in org.apache.abdera.parser.stax with parameters of type WriterOptions
 Object FOMWriter.write(Base base, WriterOptions options)
           
 void FOMWriter.writeTo(Base base, OutputStream out, WriterOptions options)
           
 void FOMWriter.writeTo(Base base, Writer out, WriterOptions options)
           
 void FOMElement.writeTo(OutputStream out, WriterOptions options)
           
 void FOMDocument.writeTo(OutputStream out, WriterOptions options)
           
 void FOMElement.writeTo(String writer, OutputStream out, WriterOptions options)
           
 void FOMDocument.writeTo(String writer, OutputStream out, WriterOptions options)
           
 void FOMElement.writeTo(String writer, Writer out, WriterOptions options)
           
 void FOMDocument.writeTo(String writer, Writer out, WriterOptions options)
           
 void FOMElement.writeTo(Writer writer, OutputStream out, WriterOptions options)
           
 void FOMDocument.writeTo(Writer writer, OutputStream out, WriterOptions options)
           
 void FOMElement.writeTo(Writer out, WriterOptions options)
           
 void FOMDocument.writeTo(Writer out, WriterOptions options)
           
 void FOMElement.writeTo(Writer writer, Writer out, WriterOptions options)
           
 void FOMDocument.writeTo(Writer writer, Writer out, WriterOptions options)
           
 

Uses of WriterOptions in org.apache.abdera.parser.stax.util
 

Methods in org.apache.abdera.parser.stax.util that return WriterOptions
protected  WriterOptions PrettyWriter.initDefaultWriterOptions()
           
 

Methods in org.apache.abdera.parser.stax.util with parameters of type WriterOptions
 Object PrettyWriter.write(Base base, WriterOptions options)
           
 void PrettyWriter.writeTo(Base base, OutputStream out, WriterOptions options)
           
 void PrettyWriter.writeTo(Base base, Writer out, WriterOptions options)
           
 

Uses of WriterOptions in org.apache.abdera.util
 

Classes in org.apache.abdera.util that implement WriterOptions
 class AbstractWriterOptions
           
 

Fields in org.apache.abdera.util declared as WriterOptions
protected  WriterOptions AbstractWriter.options
           
 

Methods in org.apache.abdera.util that return WriterOptions
 WriterOptions AbstractWriter.getDefaultWriterOptions()
           
protected abstract  WriterOptions AbstractWriter.initDefaultWriterOptions()
           
 WriterOptions AbstractWriterOptions.setAutoClose(boolean autoclose)
           
 WriterOptions AbstractWriterOptions.setCharset(String charset)
           
 WriterOptions AbstractWriterOptions.setCompressionCodecs(CompressionUtil.CompressionCodec... codecs)
           
 

Methods in org.apache.abdera.util with parameters of type WriterOptions
protected  void AbstractWriter.finishCompressedOutputStream(OutputStream out, WriterOptions options)
           
protected  OutputStream AbstractWriter.getCompressedOutputStream(OutputStream out, WriterOptions options)
           
 Writer AbstractWriter.setDefaultWriterOptions(WriterOptions options)
           
 void AbstractWriter.writeTo(Base base, WritableByteChannel out, WriterOptions options)
           
 

Uses of WriterOptions in org.apache.abdera.writer
 

Methods in org.apache.abdera.writer that return WriterOptions
 WriterOptions Writer.getDefaultWriterOptions()
           
 WriterOptions WriterOptions.setAutoClose(boolean autoclose)
          True if the writer should close the output stream or writer when finished
 WriterOptions WriterOptions.setCharset(String charset)
          The character encoding to use for the output
 WriterOptions WriterOptions.setCompressionCodecs(CompressionUtil.CompressionCodec... codecs)
          When writing, use the specified compression codecs
 

Methods in org.apache.abdera.writer with parameters of type WriterOptions
 Writer Writer.setDefaultWriterOptions(WriterOptions options)
           
 Object Writer.write(Base base, WriterOptions options)
          Return the serialized form of the Abdera Base
 void Writer.writeTo(Base base, OutputStream out, WriterOptions options)
          Serialized the given Abdera Base to the given outputstream
 void Writer.writeTo(Base base, WritableByteChannel out, WriterOptions options)
           
 void Writer.writeTo(Base base, Writer out, WriterOptions options)
          Serialized the given Abdera Base to the given writer
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.