Package org.apache.tools.ant.taskdefs
Class Javadoc.Html
java.lang.Object
org.apache.tools.ant.taskdefs.Javadoc.Html
- Enclosing class:
- Javadoc
An HTML element in the Javadoc.
 This class is used for those Javadoc elements which contain HTML such as
 footers, headers, etc.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Htmlpublic Html()
 
- 
- 
Method Details- 
addTextAdd text to the element.- Parameters:
- t- the text to be added.
 
- 
getTextGet the current text for the element.- Returns:
- the current text.
 
 
-