fr.opensagres.xdocreport.xhtml.extension
Class AbstractContentBuffer

java.lang.Object
  extended by fr.opensagres.xdocreport.xhtml.extension.AbstractContentBuffer
Direct Known Subclasses:
CSSStyleSheet, XHTMLPageContentBuffer

public abstract class AbstractContentBuffer
extends Object


Field Summary
protected  int indent
           
 
Constructor Summary
AbstractContentBuffer(int indent)
           
 
Method Summary
protected  void doIndentIfNeeded(OutputStream out, int index)
           
protected  void doIndentIfNeeded(StringBuilder buffer, int index)
           
protected  void doIndentIfNeeded(Writer writer, int index)
           
protected abstract  StringBuilder getCurrentBuffer()
           
 void setText(String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indent

protected final int indent
Constructor Detail

AbstractContentBuffer

public AbstractContentBuffer(int indent)
Method Detail

setText

public void setText(String content)

doIndentIfNeeded

protected void doIndentIfNeeded(StringBuilder buffer,
                                int index)

doIndentIfNeeded

protected void doIndentIfNeeded(OutputStream out,
                                int index)
                         throws IOException
Throws:
IOException

doIndentIfNeeded

protected void doIndentIfNeeded(Writer writer,
                                int index)
                         throws IOException
Throws:
IOException

getCurrentBuffer

protected abstract StringBuilder getCurrentBuffer()


Copyright © 2013. All rights reserved.