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

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

public interface IElementList
extends IContent

Author:
Vlad Roubtsov, (C) 2003

Method Summary
 IElementList add(IContent content)
           
 IElementList add(int index, IContent content)
           
 int size()
           
 
Methods inherited from interface com.vladium.emma.report.html.doc.IContent
emit
 

Method Detail

add

public IElementList add(IContent content)

add

public IElementList add(int index,
                        IContent content)

size

public int size()