org.apache.tools.ant.taskdefs

Class Javadoc.Html

Enclosing Class:
Javadoc

public static class Javadoc.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.

Method Summary

void
addText(String t)
Add text to the element.
String
getText()
Get the current text for the element.

Method Details

addText

public void addText(String t)
Add text to the element.
Parameters:
t - the text to be added.

getText

public String getText()
Get the current text for the element.
Returns:
the current text.