|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DefaultDomNode
Method Summary | |
---|---|
DomNode |
appendChild(FormatTemplate formatTemplate)
Creates and appends a child at the end of the child list. |
LinkDomNode |
appendChild(Link link)
Creates and appends a link node. |
TextDomNode |
appendChild(String text)
Creates and appends a text node. |
TableDomNode |
appendChild(TableFormatTemplate tableFormat)
Creates and appends an (inline) table node. |
Methods inherited from interface de.espirit.firstspirit.access.editor.value.DomNode |
---|
getChildren, getChildren, getFirstChild, getFormatTemplate, getNextSibling, getNodeType, getParent, getReferences, getTagName, hasChildren, isSystemTemplate, removeChild |
Method Detail |
---|
DomNode appendChild(@NotNull FormatTemplate formatTemplate)
LinkDomNode appendChild(@NotNull Link link)
TableDomNode appendChild(@NotNull TableFormatTemplate tableFormat)
TextDomNode appendChild(@NotNull String text)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |