Package | Description |
---|---|
org.pepstock.charba.client.dom |
Contains all classes needed to work with DOM tree, base classes of a DOM tree.
|
Modifier and Type | Method and Description |
---|---|
TextNode |
BaseDocument.createTextNode(String data)
Creates a new text node which can be used to escape HTML characters.
|
TextNode |
DOMBuilder.createTextNode(String data)
Creates a text node.
|