Uses of Interface
org.w3c.dom.Text

Packages that use Text
org.w3c.dom The org.w3c.dom package provides the Java ME DOM API defined by JSR 280. 
 

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 node into two nodes at the specified offset, keeping both in the tree as siblings.
 Text Document.createTextNode(String data)
          Creates a Text node given the specified string.
 



Copyright © 2000,2004 World Wide Web Consortium (W3C). See the Copyright Notice for details.