| Package | Description |
|---|---|
| org.w3c.dom |
Provides the interfaces for the Document Object Model (DOM) which is a component API of the
Java API for XML Processing.
|
| Modifier and Type | Method and Description |
|---|---|
CDATASection |
Document.createCDATASection(String
Creates a
CDATASection node whose value is the specified string.
|