static class IElement.Factory.ElementImpl extends ISimpleElement.Factory.SimpleElementImpl implements IElement
IElement.Factory
Modifier and Type | Field and Description |
---|---|
private static boolean |
DEBUG_HTML |
protected java.util.List |
m_contents |
m_attrs, m_tag
Constructor and Description |
---|
ElementImpl(Tag tag,
AttributeSet attrs) |
Modifier and Type | Method and Description |
---|---|
IElementList |
add(IContent content) |
IElementList |
add(int index,
IContent content) |
void |
emit(HTMLWriter out) |
IElement |
setText(java.lang.String text,
boolean nbsp) |
int |
size() |
java.lang.String |
toString() |
getAttributes, getTag, setClass
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAttributes, getTag, setClass
protected final java.util.List m_contents
private static final boolean DEBUG_HTML
ElementImpl(Tag tag, AttributeSet attrs)
public java.lang.String toString()
toString
in class ISimpleElement.Factory.SimpleElementImpl
public void emit(HTMLWriter out)
emit
in interface IContent
emit
in class ISimpleElement.Factory.SimpleElementImpl
public IElementList add(IContent content)
add
in interface IElementList
public IElementList add(int index, IContent content)
add
in interface IElementList
public int size()
size
in interface IElementList