Package | Description |
---|---|
com.vladium.emma.report.html.doc |
Modifier and Type | Class and Description |
---|---|
private static class |
AttributeSet.AttributeSetImpl |
Modifier and Type | Field and Description |
---|---|
protected AttributeSet |
ISimpleElement.Factory.SimpleElementImpl.m_attrs |
Modifier and Type | Method and Description |
---|---|
static AttributeSet |
AttributeSet.create() |
AttributeSet |
ISimpleElement.getAttributes() |
AttributeSet |
ISimpleElement.Factory.SimpleElementImpl.getAttributes() |
abstract AttributeSet |
AttributeSet.set(Attribute attr,
int value) |
AttributeSet |
AttributeSet.AttributeSetImpl.set(Attribute attr,
int value) |
abstract AttributeSet |
AttributeSet.set(Attribute attr,
java.lang.String value) |
AttributeSet |
AttributeSet.AttributeSetImpl.set(Attribute attr,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
static ISimpleElement |
ISimpleElement.Factory.create(Tag tag,
AttributeSet attrs) |
static IElement |
IElement.Factory.create(Tag tag,
AttributeSet attrs) |
Constructor and Description |
---|
ElementImpl(Tag tag,
AttributeSet attrs) |
SimpleElementImpl(Tag tag,
AttributeSet attrs) |