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

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

public interface ISimpleElement
extends IContent

Author:
Vlad Roubtsov, (C) 2003

Nested Class Summary
static class ISimpleElement.Factory
           
 
Method Summary
 AttributeSet getAttributes()
           
 Tag getTag()
           
 ISimpleElement setClass(java.lang.String classID)
           
 
Methods inherited from interface com.vladium.emma.report.html.doc.IContent
emit
 

Method Detail

getTag

public Tag getTag()

setClass

public ISimpleElement setClass(java.lang.String classID)

getAttributes

public AttributeSet getAttributes()