public abstract class AbstractContentBuffer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
indent |
| Constructor and Description |
|---|
AbstractContentBuffer(int indent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doIndentIfNeeded(java.io.OutputStream out,
int index) |
protected void |
doIndentIfNeeded(java.lang.StringBuilder buffer,
int index) |
protected void |
doIndentIfNeeded(java.io.Writer writer,
int index) |
protected abstract java.lang.StringBuilder |
getCurrentBuffer() |
void |
setText(java.lang.String content) |
public void setText(java.lang.String content)
protected void doIndentIfNeeded(java.lang.StringBuilder buffer,
int index)
protected void doIndentIfNeeded(java.io.OutputStream out,
int index)
throws java.io.IOException
java.io.IOExceptionprotected void doIndentIfNeeded(java.io.Writer writer,
int index)
throws java.io.IOException
java.io.IOExceptionprotected abstract java.lang.StringBuilder getCurrentBuffer()
Copyright © 2022. All Rights Reserved.