Uses of Class
org.apache.harmony.xml.dom.TextImpl
| Package | Description |
|---|---|
| org.apache.harmony.xml.dom |
-
Uses of TextImpl in org.apache.harmony.xml.dom
Subclasses of TextImpl in org.apache.harmony.xml.dom Modifier and Type Class Description classCDATASectionImplProvides a straightforward implementation of the corresponding W3C DOM interface.Methods in org.apache.harmony.xml.dom that return TextImpl Modifier and Type Method Description TextImplDocumentImpl. createTextNode(String data)TextImplTextImpl. minimize()Tries to remove this node using itself and the previous node as context.TextImplCDATASectionImpl. replaceWithText()Replaces this node with a semantically equivalent text node.