Package | Description |
---|---|
com.vladium.emma.report.html.doc |
Modifier and Type | Class and Description |
---|---|
private static class |
Tag.TagImpl |
Modifier and Type | Field and Description |
---|---|
static Tag |
Tag.A |
static Tag |
Tag.BODY |
static Tag |
Tag.CAPTION |
static Tag |
Tag.H1 |
static Tag |
Tag.H2 |
static Tag |
Tag.H3 |
static Tag |
Tag.H4 |
static Tag |
Tag.H5 |
static Tag |
Tag.H6 |
static Tag |
Tag.HEAD |
static Tag |
Tag.HR |
static Tag[] |
Tag.Hs |
static Tag |
Tag.HTML |
static Tag |
Tag.LINK |
protected Tag |
ISimpleElement.Factory.SimpleElementImpl.m_tag |
static Tag |
Tag.META |
static Tag |
Tag.P |
static Tag |
Tag.SPAN |
static Tag |
Tag.STYLE |
static Tag |
Tag.TABLE |
static Tag |
Tag.TD |
static Tag |
Tag.TH |
static Tag |
Tag.TITLE |
static Tag |
Tag.TR |
Modifier and Type | Method and Description |
---|---|
Tag |
ISimpleElement.getTag() |
Tag |
ISimpleElement.Factory.SimpleElementImpl.getTag() |
Modifier and Type | Method and Description |
---|---|
static ISimpleElement |
ISimpleElement.Factory.create(Tag tag) |
static IElement |
IElement.Factory.create(Tag tag) |
static ISimpleElement |
ISimpleElement.Factory.create(Tag tag,
AttributeSet attrs) |
static IElement |
IElement.Factory.create(Tag tag,
AttributeSet attrs) |
Constructor and Description |
---|
Cell(Tag tag) |
ElementImpl(Tag tag,
AttributeSet attrs) |
SimpleElementImpl(Tag tag,
AttributeSet attrs) |