public class TextNode extends Object
| Constructor and Description |
|---|
TextNode() |
| Modifier and Type | Method and Description |
|---|---|
static elemental2.dom.Text |
empty() |
static elemental2.dom.Text |
of(String content) |
public static elemental2.dom.Text empty()
Text nodepublic static elemental2.dom.Text of(String content)
content - String content of the nodeText node with the provided text contentCopyright © 2019–2022 Dominokit. All rights reserved.