Package | Description |
---|---|
elemental.dom | |
elemental.js.dom |
Modifier and Type | Interface and Description |
---|---|
interface |
CDATASection
A CDATA Section can be used within XML to include extended portions of unescaped text, such that the symbols < and & do not need escaping as they normally do within XML when used as text.
|
Modifier and Type | Method and Description |
---|---|
Text |
Document.createTextNode(String data)
Creates a text node.
|
Text |
Text.replaceWholeText(String content)
Replaces the text of the current node and all logically adjacent nodes with the specified text.
|
Text |
Text.splitText(int offset)
Breaks the node into two nodes at a specified offset.
|
Modifier and Type | Class and Description |
---|---|
class |
JsCDATASection |
class |
JsText |
Copyright © 2018. All rights reserved.