|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Text | |
org.w3c.dom | The Document Object Model (DOM) is a Recommendation of the World Wide Web Consortium, defining programming interfaces for XML (and, optionally, HTML) documents. |
Uses of Text in org.w3c.dom |
Subinterfaces of Text in org.w3c.dom | |
interface |
CDATASection
CDATA 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 | |
Text |
Text.splitText(int offset)
Breaks this Text node into two Text nodes at the
specified offset, keeping both in the tree as siblings. |
Text |
Document.createTextNode(java.lang.String data)
Creates a Text node given the specified
string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |