public class HtmlRendererBase extends de.fau.cs.osr.ptk.common.AstVisitor<WtNode>
| Modifier and Type | Field and Description |
|---|---|
protected de.fau.cs.osr.utils.PrinterBase |
p |
| Modifier | Constructor and Description |
|---|---|
protected |
HtmlRendererBase(Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
capitalize(String text) |
protected static String |
esc(String content) |
protected static String |
esc(String content,
boolean forAttribute) |
protected void |
pf(String format,
Object... args)
Print Formatted
|
protected void |
pt(String format,
Object... args)
Print Tree
|
protected HtmlRendererBase(Writer writer)
Copyright © 2010–2018 University of Erlangen-Nürnberg - Open Source Research Group. All rights reserved.