org.apache.tools.ant.taskdefs
Class Javadoc.Html
java.lang.Objectorg.apache.tools.ant.taskdefs.Javadoc.Html
- 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.
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.
Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.