Class TextAsHTMLWriter

java.lang.Object
java.io.Writer
com.webmethods.caf.common.markup.html.TextAsHTMLWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class TextAsHTMLWriter extends Writer
Adds
[HTML line break] after \n [linefeed character]; replaces ' ' [two-spaces] with '  ' [space + non-breaking space]; replaces \t [tab] with '    ' [four spaces].