de.espirit.firstspirit.access.editor.value
Interface DefaultDomNode

All Superinterfaces:
DomNode
All Known Subinterfaces:
TableCell, TableDomNode, TableRowDomNode

public interface DefaultDomNode
extends DomNode

Since:
4.2.17

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

appendChild

DomNode appendChild(@NotNull
                    FormatTemplate formatTemplate)
Creates and appends a child at the end of the child list.

Since:
4.2.17

appendChild

LinkDomNode appendChild(@NotNull
                        Link link)
Creates and appends a link node.

Since:
4.2.17

appendChild

TableDomNode appendChild(@NotNull
                         TableFormatTemplate tableFormat)
Creates and appends an (inline) table node.

Since:
4.2.17

appendChild

TextDomNode appendChild(@NotNull
                        String text)
Creates and appends a text node.

Since:
4.2.17


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480