|
Docmosis API 2.1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface for rendering sections of a template analysis in some sort of viewable format.
| Method Summary | |
void |
render(TemplateSection section,
PrintWriter out)
Render a section to the given print writer. |
void |
render(TemplateSection section,
PrintWriter out,
int level)
Render a section to the given print writer at a particular indenting level. |
| Method Detail |
public void render(TemplateSection section,
PrintWriter out)
section - the template section to render.out - the print writer to output the text to.
public void render(TemplateSection section,
PrintWriter out,
int level)
section - the template section to render.out - the print writer to output the text to.level - the indenting level of the template section.
The root level should be level 0.
|
Docmosis API 2.1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||