com.vladium.emma.report.html.doc
Class HyperRef
java.lang.Object
com.vladium.emma.report.html.doc.ISimpleElement.Factory.SimpleElementImpl
com.vladium.emma.report.html.doc.IElement.Factory.ElementImpl
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
Constructor Summary |
HyperRef(java.lang.String href,
java.lang.String text,
boolean nbsp)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_contents
protected final java.util.List m_contents
m_tag
protected final Tag m_tag
m_attrs
protected final AttributeSet m_attrs
HyperRef
public HyperRef(java.lang.String href,
java.lang.String text,
boolean nbsp)
toString
public java.lang.String toString()
- Overrides:
toString
in class ISimpleElement.Factory.SimpleElementImpl
emit
public void emit(HTMLWriter out)
- Specified by:
emit
in interface IContent
- Overrides:
emit
in class ISimpleElement.Factory.SimpleElementImpl
add
public IElementList add(IContent content)
- Specified by:
add
in interface IElementList
add
public IElementList add(int index,
IContent content)
- Specified by:
add
in interface IElementList
size
public int size()
- Specified by:
size
in interface IElementList
setText
public IElement setText(java.lang.String text,
boolean nbsp)
- Specified by:
setText
in interface IElement
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