com.vladium.emma.report.html.doc
Class AttributeSet.AttributeSetImpl

java.lang.Object
  extended by com.vladium.emma.report.html.doc.AttributeSet
      extended by com.vladium.emma.report.html.doc.AttributeSet.AttributeSetImpl
All Implemented Interfaces:
IContent
Enclosing class:
AttributeSet

private static final class AttributeSet.AttributeSetImpl
extends AttributeSet


Field Summary
private  java.util.Map m_attrMap
           
private  java.lang.StringBuffer m_buf
           
private static int MAX_BUF_LENGTH
           
 
Constructor Summary
AttributeSet.AttributeSetImpl()
           
 
Method Summary
 void emit(HTMLWriter out)
           
 boolean isEmpty()
           
 AttributeSet set(Attribute attr, int value)
           
 AttributeSet set(Attribute attr, java.lang.String value)
           
 
Methods inherited from class com.vladium.emma.report.html.doc.AttributeSet
create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_attrMap

private final java.util.Map m_attrMap

m_buf

private java.lang.StringBuffer m_buf

MAX_BUF_LENGTH

private static final int MAX_BUF_LENGTH
See Also:
Constant Field Values
Constructor Detail

AttributeSet.AttributeSetImpl

AttributeSet.AttributeSetImpl()
Method Detail

emit

public void emit(HTMLWriter out)

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in class AttributeSet

set

public AttributeSet set(Attribute attr,
                        java.lang.String value)
Specified by:
set in class AttributeSet

set

public AttributeSet set(Attribute attr,
                        int value)
Specified by:
set in class AttributeSet