Interface DefaultDomNode
- All Superinterfaces:
DomNode
- All Known Subinterfaces:
TableCell
,TableDomNode
,TableRowDomNode
Node of
DomElement
content.- Since:
- 4.2.17
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionappendChild
(@NotNull Link link) Creates and appends a link node.appendChild
(@NotNull FormatTemplate formatTemplate) Creates and appends a child at the end of the child list.appendChild
(@NotNull TableFormatTemplate tableFormat) Creates and appends an (inline) table node.appendChild
(@NotNull String text) Creates and appends a text node.Methods inherited from interface de.espirit.firstspirit.access.editor.value.DomNode
getChildren, getChildren, getFirstChild, getFormatTemplate, getNextSibling, getNodeType, getParent, getReferences, getTagName, hasChildren, isSystemTemplate, removeChild, replaceChild
-
Method Details
-
appendChild
Creates and appends a child at the end of the child list.- Since:
- 4.2.17
-
appendChild
Creates and appends a link node.- Since:
- 4.2.17
-
appendChild
Creates and appends an (inline) table node.- Since:
- 4.2.17
-
appendChild
Creates and appends a text node.- Since:
- 4.2.17
-