private static final class AttributeSet.AttributeSetImpl extends AttributeSet
Modifier and Type | Field and Description |
---|---|
private java.util.Map |
m_attrMap |
private java.lang.StringBuffer |
m_buf |
private static int |
MAX_BUF_LENGTH |
Constructor and Description |
---|
AttributeSetImpl() |
Modifier and Type | Method and Description |
---|---|
void |
emit(HTMLWriter out) |
boolean |
isEmpty() |
AttributeSet |
set(Attribute attr,
int value) |
AttributeSet |
set(Attribute attr,
java.lang.String value) |
create
private final java.util.Map m_attrMap
private java.lang.StringBuffer m_buf
private static final int MAX_BUF_LENGTH
public void emit(HTMLWriter out)
public boolean isEmpty()
isEmpty
in class AttributeSet
public AttributeSet set(Attribute attr, java.lang.String value)
set
in class AttributeSet
public AttributeSet set(Attribute attr, int value)
set
in class AttributeSet