| Frames | No Frames |
Methods with parameter type org.w3c.dom.Text | |
| boolean | Tell if the node is ignorable whitespace. |
Methods with return type org.w3c.dom.Text | |
| Text | UnImplNode.createTextNode(String data) Unimplemented. |
| Text | UnImplNode.splitText(int offset) Unimplemented.
|
Methods with return type org.w3c.dom.Text | |
| Text | Document.createTextNode(String data) Creates a Text node given the specified string.
|
| Text | Breaks this node into two nodes at the specified offset,
keeping both in the tree as siblings. |
Classes implementing org.w3c.dom.Text | |
| class | DTMNodeProxy presents a DOM Node API front-end to the DTM model.
|
Methods with return type org.w3c.dom.Text | |
| Text | DTMNodeProxy.createTextNode(String data) |
| Text | DTMNodeProxy.splitText(int offset) |