com.vladium.emma.report.html.doc
Interface IElement

All Superinterfaces:
IContent, IElementList, ISimpleElement
All Known Subinterfaces:
HTMLTable.ICell, HTMLTable.IRow
All Known Implementing Classes:
HTMLDocument, HTMLTable, HTMLTable.Cell, HTMLTable.Row, HyperRef, IElement.Factory.ElementImpl

public interface IElement
extends ISimpleElement, IElementList

Author:
Vlad Roubtsov, (C) 2003

Nested Class Summary
static class IElement.Factory
           
 
Method Summary
 IElement setText(java.lang.String text, boolean nbsp)
           
 
Methods inherited from interface com.vladium.emma.report.html.doc.ISimpleElement
getAttributes, getTag, setClass
 
Methods inherited from interface com.vladium.emma.report.html.doc.IContent
emit
 
Methods inherited from interface com.vladium.emma.report.html.doc.IElementList
add, add, size
 
Methods inherited from interface com.vladium.emma.report.html.doc.IContent
emit
 

Method Detail

setText

IElement setText(java.lang.String text,
                 boolean nbsp)