Uses of Interface
org.w3c.dom.Text
| Package | Description |
|---|---|
| org.apache.harmony.xml.dom | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.w3c.dom |
-
Uses of Text in org.apache.harmony.xml.dom
Classes in org.apache.harmony.xml.dom that implement Text Modifier and Type Class Description classCDATASectionImplProvides a straightforward implementation of the corresponding W3C DOM interface.classTextImplProvides a straightforward implementation of the corresponding W3C DOM interface.Methods in org.apache.harmony.xml.dom that return Text Modifier and Type Method Description TextTextImpl. replaceWholeText(String content)TextTextImpl. splitText(int offset) -
Uses of Text in org.apache.xml.dtm.ref
Classes in org.apache.xml.dtm.ref that implement Text Modifier and Type Class Description classDTMNodeProxyDTMNodeProxypresents a DOM Node API front-end to the DTM model.Methods in org.apache.xml.dtm.ref that return Text Modifier and Type Method Description TextDTMNodeProxy. createTextNode(String data)TextDTMNodeProxy. replaceWholeText(String content)DOM Level 3TextDTMNodeProxy. splitText(int offset) -
Uses of Text in org.apache.xml.utils
Methods in org.apache.xml.utils that return Text Modifier and Type Method Description TextUnImplNode. createTextNode(String data)Unimplemented.TextUnImplNode. replaceWholeText(String content)DOM Level 3TextUnImplNode. splitText(int offset)Unimplemented.Methods in org.apache.xml.utils with parameters of type Text Modifier and Type Method Description booleanDOMHelper. isIgnorableWhitespace(Text node)Deprecated. -
Uses of Text in org.w3c.dom
Subinterfaces of Text in org.w3c.dom Modifier and Type Interface Description interfaceCDATASectionCDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.Methods in org.w3c.dom that return Text Modifier and Type Method Description TextDocument. createTextNode(String data)Creates aTextnode given the specified string.TextText. replaceWholeText(String content)Replaces the text of the current node and all logically-adjacent text nodes with the specified text.TextText. splitText(int offset)Breaks this node into two nodes at the specifiedoffset, keeping both in the tree as siblings.