org.apache.tools.ant.taskdefs

Class Javadoc.Html

public static class Javadoc.Html extends 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
voidaddText(String t)
Add text to the element.
StringgetText()
Get the current text for the element.

Method Detail

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.

Copyright