|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Text | |
com.sun.xml.tree | This package supports in-memory XML documents in the form of a parse tree compliant with the W3C DOM Level 1 Core Recommendation, with extensions including support for XML Namespaces as defined by the current XML proposed recommendation. |
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 com.sun.xml.tree |
Methods in com.sun.xml.tree that return Text | |
Text |
XmlDocument.createTextNode(java.lang.String text)
DOM: returns a Text node initialized with the given text. |
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 |