Interface DefaultDomNode

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

public interface DefaultDomNode extends DomNode
Node of DomElement content.
Since:
4.2.17
See Also:
  • Method Details

    • appendChild

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

      LinkDomNode appendChild(@NotNull @NotNull Link link)
      Creates and appends a link node.
      Since:
      4.2.17
    • appendChild

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

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