|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vladium.emma.report.html.doc.AttributeSet
public abstract class AttributeSet
Nested Class Summary | |
---|---|
private static class |
AttributeSet.AttributeSetImpl
|
Constructor Summary | |
---|---|
AttributeSet()
|
Method Summary | |
---|---|
static AttributeSet |
create()
|
abstract boolean |
isEmpty()
|
abstract AttributeSet |
set(Attribute attr,
int value)
|
abstract AttributeSet |
set(Attribute attr,
java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.vladium.emma.report.html.doc.IContent |
---|
emit |
Constructor Detail |
---|
AttributeSet()
Method Detail |
---|
public static AttributeSet create()
public abstract boolean isEmpty()
public abstract AttributeSet set(Attribute attr, java.lang.String value)
public abstract AttributeSet set(Attribute attr, int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |