header

net.sf.xframe.xsddoc
Class Task.Html

java.lang.Object
  extended bynet.sf.xframe.xsddoc.Task.Html
Enclosing class:
Task

public static final class Task.Html
extends java.lang.Object

An HTML fragment in a nested element of the xsddoc task. This class is used for those nested xsddoc elements which can contain HTML such as doctitle, footer or header.


Constructor Summary
Task.Html()
           
 
Method Summary
 void addText(java.lang.String theText)
          Add text to the element.
 java.lang.String getText()
          Get the current text for the element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Task.Html

public Task.Html()
Method Detail

addText

public void addText(java.lang.String theText)
Add text to the element.

Parameters:
theText - the text to be added.

getText

public java.lang.String getText()
Get the current text for the element.

Returns:
the current text.

header

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.