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 |
|---|
IElement.Factory.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, setClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAttributes, getTag, setClassprotected final java.util.List m_contents
private static final boolean DEBUG_HTML
IElement.Factory.ElementImpl(Tag tag, AttributeSet attrs)
public java.lang.String toString()
toString in class ISimpleElement.Factory.SimpleElementImplpublic void emit(HTMLWriter out)
emit in interface IContentemit in class ISimpleElement.Factory.SimpleElementImplpublic IElementList add(IContent content)
add in interface IElementListpublic IElementList add(int index, IContent content)
add in interface IElementListpublic int size()
size in interface IElementList