public class TextContentWriter extends Object
| Constructor and Description |
|---|
TextContentWriter(Appendable out) |
| Modifier and Type | Method and Description |
|---|---|
void |
colon() |
void |
line() |
void |
whitespace() |
void |
write(char c) |
void |
write(String s) |
void |
writeStripped(String s) |
public TextContentWriter(Appendable out)
Copyright © 2021. All rights reserved.