public final class ElementList extends java.lang.Object implements IElementList
Modifier and Type | Field and Description |
---|---|
private java.util.List |
m_contents |
Constructor and Description |
---|
ElementList() |
Modifier and Type | Method and Description |
---|---|
IElementList |
add(IContent content) |
IElementList |
add(int index,
IContent content) |
void |
emit(HTMLWriter out) |
int |
size() |
public void emit(HTMLWriter out)
public IElementList add(IContent content)
add
in interface IElementList
public IElementList add(int index, IContent content)
add
in interface IElementList
public int size()
size
in interface IElementList