public interface IElementList extends IContent
Modifier and Type | Method and Description |
---|---|
IElementList |
add(IContent content) |
IElementList |
add(int index,
IContent content) |
int |
size() |
IElementList add(IContent content)
IElementList add(int index, IContent content)
int size()