com.vladium.emma.report.html.doc
Class ElementList

java.lang.Object
  extended bycom.vladium.emma.report.html.doc.ElementList
All Implemented Interfaces:
IContent, IElementList

public final class ElementList
extends java.lang.Object
implements IElementList

element list that is not necessarily an element itself

Author:
Vlad Roubtsov, (C) 2003

Field Summary
private  java.util.List m_contents
           
 
Constructor Summary
ElementList()
           
 
Method Summary
 IElementList add(IContent content)
           
 IElementList add(int index, IContent content)
           
 void emit(HTMLWriter out)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_contents

private final java.util.List m_contents
Constructor Detail

ElementList

public ElementList()
Method Detail

emit

public void emit(HTMLWriter out)
Specified by:
emit in interface IContent

add

public IElementList add(IContent content)
Specified by:
add in interface IElementList

add

public IElementList add(int index,
                        IContent content)
Specified by:
add in interface IElementList

size

public int size()
Specified by:
size in interface IElementList