| Package | Description |
|---|---|
| com.teamdev.jexplorer.dom |
Contains DOM API interfaces and classes.
|
| Modifier and Type | Method and Description |
|---|---|
DOMText |
DOMDocument.createTextNode(java.lang.String text)
Creates and returns a new Text DOM node.
|
DOMText |
DOMText.replaceWholeText(java.lang.String content) |
DOMText |
DOMText.splitText(int offset) |