Uses of Class
org.apache.juneau.html.SimpleHtmlWriter
Packages that use SimpleHtmlWriter
-
Uses of SimpleHtmlWriter in org.apache.juneau.html
Methods in org.apache.juneau.html that return SimpleHtmlWriterModifier and TypeMethodDescriptionSimpleHtmlWriter.append(char c) SimpleHtmlWriter.append(char[] value) SimpleHtmlWriter.append(int indent, char c) SimpleHtmlWriter.appendIf(boolean flag, char value) SimpleHtmlWriter.ceTag()SimpleHtmlWriter.cr(int depth) SimpleHtmlWriter.cre(int depth) SimpleHtmlWriter.cTag()SimpleHtmlWriter.i(int indent) SimpleHtmlWriter.ie(int indent) SimpleHtmlWriter.nl(int indent) SimpleHtmlWriter.nlIf(boolean flag, int indent) SimpleHtmlWriter.q()SimpleHtmlWriter.s()SimpleHtmlWriter.sIf(boolean flag) SimpleHtmlWriter.w(char c)