Package | Description |
---|---|
com.vladium.emma.report.html.doc |
Modifier and Type | Interface and Description |
---|---|
static interface |
HTMLTable.ICell |
static interface |
HTMLTable.IRow |
interface |
IElement |
Modifier and Type | Class and Description |
---|---|
class |
ElementList
element list that is not necessarily an element itself
|
class |
HTMLDocument |
class |
HTMLTable |
private static class |
HTMLTable.Cell |
private static class |
HTMLTable.Row |
class |
HyperRef |
(package private) static class |
IElement.Factory.ElementImpl |
Modifier and Type | Method and Description |
---|---|
IElementList |
HTMLDocument.add(IContent content)
Overridden to add to the doc body.
|
IElementList |
IElement.Factory.ElementImpl.add(IContent content) |
IElementList |
IElementList.add(IContent content) |
IElementList |
ElementList.add(IContent content) |
IElementList |
IElement.Factory.ElementImpl.add(int index,
IContent content) |
IElementList |
IElementList.add(int index,
IContent content) |
IElementList |
ElementList.add(int index,
IContent content) |