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

java.lang.Object
  extended by com.vladium.emma.report.html.doc.ISimpleElement.Factory
Enclosing interface:
ISimpleElement

public abstract static class ISimpleElement.Factory
extends java.lang.Object


Nested Class Summary
(package private) static class ISimpleElement.Factory.SimpleElementImpl
           
 
Constructor Summary
ISimpleElement.Factory()
           
 
Method Summary
static ISimpleElement create(Tag tag)
           
static ISimpleElement create(Tag tag, AttributeSet attrs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISimpleElement.Factory

public ISimpleElement.Factory()
Method Detail

create

public static ISimpleElement create(Tag tag)

create

public static ISimpleElement create(Tag tag,
                                    AttributeSet attrs)