| 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 |
|---|---|
Comment |
Document.createComment(String
Creates a
Comment node given the specified string.
|