org.apache.tools.ant.taskdefs
Class Gjdoc.Html
java.lang.Object
org.apache.tools.ant.taskdefs.Gjdoc.Html
- Gjdoc
public static class Gjdoc.Html
extends java.lang.Object
An HTML element in the javadoc.
This class is used for those javadoc elements which contain HTML such as
footers, headers, etc.
void | addText(String t) - Add text to the element.
|
String | getText() - Get the current text for the element.
|
addText
public void addText(String t)
Add text to the element.
t
- the text to be added.
getText
public String getText()
Get the current text for the element.