com.vladium.emma.report.html.doc
Class HyperRef

java.lang.Object
  extended by com.vladium.emma.report.html.doc.ISimpleElement.Factory.SimpleElementImpl
      extended by com.vladium.emma.report.html.doc.IElement.Factory.ElementImpl
          extended by com.vladium.emma.report.html.doc.HyperRef
All Implemented Interfaces:
IContent, IElement, IElementList, ISimpleElement

public class HyperRef
extends IElement.Factory.ElementImpl

Author:
Vlad Roubtsov, (C) 2003

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.vladium.emma.report.html.doc.IElement
IElement.Factory
 
Field Summary
 
Fields inherited from class com.vladium.emma.report.html.doc.IElement.Factory.ElementImpl
m_contents
 
Fields inherited from class com.vladium.emma.report.html.doc.ISimpleElement.Factory.SimpleElementImpl
m_attrs, m_tag
 
Constructor Summary
HyperRef(java.lang.String href, java.lang.String text, boolean nbsp)
           
 
Method Summary
 
Methods inherited from class com.vladium.emma.report.html.doc.IElement.Factory.ElementImpl
add, add, emit, setText, size, toString
 
Methods inherited from class com.vladium.emma.report.html.doc.ISimpleElement.Factory.SimpleElementImpl
getAttributes, getTag, setClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.vladium.emma.report.html.doc.ISimpleElement
getAttributes, getTag, setClass
 

Constructor Detail

HyperRef

public HyperRef(java.lang.String href,
                java.lang.String text,
                boolean nbsp)