| Package | Description |
|---|---|
| org.w3c.dom |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CDATASection
CDATA sections are used to escape blocks of text containing characters that
would otherwise be regarded as markup.
|
| Modifier and Type | Method and Description |
|---|---|
Text |
Document.createTextNode(String data)
Creates a
Text node given the specified string. |
Text |
Text.splitText(int offset)
Breaks this node into two nodes at the specified
offset,
keeping both in the tree as siblings. |
Copyright © 2012 code4tv.com. All Rights Reserved.