com.vladium.emma.report.html.doc
Class ISimpleElement.Factory.SimpleElementImpl

java.lang.Object
  extended bycom.vladium.emma.report.html.doc.ISimpleElement.Factory.SimpleElementImpl
All Implemented Interfaces:
IContent, ISimpleElement
Direct Known Subclasses:
IElement.Factory.ElementImpl
Enclosing class:
ISimpleElement.Factory

static class ISimpleElement.Factory.SimpleElementImpl
extends java.lang.Object
implements ISimpleElement


Nested Class Summary
 
Nested classes inherited from class com.vladium.emma.report.html.doc.ISimpleElement
ISimpleElement.Factory
 
Field Summary
protected  AttributeSet m_attrs
           
protected  Tag m_tag
           
 
Constructor Summary
(package private) ISimpleElement.Factory.SimpleElementImpl(Tag tag, AttributeSet attrs)
           
 
Method Summary
 void emit(HTMLWriter out)
           
 AttributeSet getAttributes()
           
 Tag getTag()
           
 ISimpleElement setClass(java.lang.String classID)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_tag

protected final Tag m_tag

m_attrs

protected final AttributeSet m_attrs
Constructor Detail

ISimpleElement.Factory.SimpleElementImpl

ISimpleElement.Factory.SimpleElementImpl(Tag tag,
                                         AttributeSet attrs)
Method Detail

toString

public java.lang.String toString()

getTag

public Tag getTag()
Specified by:
getTag in interface ISimpleElement

setClass

public ISimpleElement setClass(java.lang.String classID)
Specified by:
setClass in interface ISimpleElement

getAttributes

public AttributeSet getAttributes()
Specified by:
getAttributes in interface ISimpleElement

emit

public void emit(HTMLWriter out)
Specified by:
emit in interface IContent