public class UMod2Html extends Object
HtmlRenderer
.Modifier and Type | Field and Description |
---|---|
protected SortedSet<Integer> |
allConstructorNums_classDefs |
protected SortedSet<Integer> |
allVisitorNums_classDefs |
protected SortedSet<Integer> |
allVisitorNums_visitorDefs |
protected String |
apidocpraefix |
protected static String |
blanks |
protected UMod.Forest |
forest |
protected int |
linewidth |
static String |
path_to_stylesheet |
protected List<Element_pre.Content> |
preItems |
static String |
targetDir |
static String |
URL_BANDM_USER_DOC |
Constructor and Description |
---|
UMod2Html() |
Modifier and Type | Method and Description |
---|---|
protected Element_a |
aDef(String name,
String contents) |
protected Element_a |
aDef(String XXname,
String contents,
String docu) |
protected Element_a |
aRef(String XXname,
String contents) |
protected void |
preItems_add(Element_a a) |
protected void |
preItems_add(Element_span a) |
protected void |
preItems_add(String s) |
Element_pre |
prettyPrint(UMod.Forest forest,
String dateAndTime)
Generates HTML output like
|
protected Element_span |
spanClass(String text,
String cls) |
protected Element_span |
spanStyle(String text,
String st) |
void |
writeToFile(UMod.Forest forest,
String dateAndTime,
int linewidth,
boolean monolithic,
File outputDir,
String fname) |
public static final String path_to_stylesheet
public static final String targetDir
public static final String URL_BANDM_USER_DOC
protected UMod.Forest forest
protected String apidocpraefix
protected int linewidth
protected static final String blanks
protected List<Element_pre.Content> preItems
protected void preItems_add(String s)
protected void preItems_add(Element_a a)
protected void preItems_add(Element_span a)
protected Element_span spanClass(String text, String cls)
protected Element_span spanStyle(String text, String st)
public Element_pre prettyPrint(UMod.Forest forest, String dateAndTime)
MODEL xxxx EXT xxx from yy.yy.yy EXT xxx from yy.yy.yy TOPLEVEL CLASS CCCC fff fff | CCC | CCC END MODEL
public void writeToFile(UMod.Forest forest, String dateAndTime, int linewidth, boolean monolithic, File outputDir, String fname)
see also the complete user documentation .