Uses of Interface
org.w3c.dom.Text

Packages that use Text
org.apache.xml.dtm.ref   
org.apache.xml.utils Implementation of Xalan utility classes. 
org.w3c.dom   
 

Uses of Text in org.apache.xml.dtm.ref
 

Classes in org.apache.xml.dtm.ref that implement Text
 class DTMNodeProxy
          DTMNodeProxy presents a DOM Node API front-end to the DTM model.
 

Methods in org.apache.xml.dtm.ref that return Text
 Text DTMNodeProxy.createTextNode(java.lang.String data)
           
 Text DTMNodeProxy.splitText(int offset)
           
 Text DTMNodeProxy.replaceWholeText(java.lang.String content)
          DOM Level 3
 

Uses of Text in org.apache.xml.utils
 

Methods in org.apache.xml.utils that return Text
 Text UnImplNode.createTextNode(java.lang.String data)
          Unimplemented.
 Text UnImplNode.splitText(int offset)
          Unimplemented.
 Text UnImplNode.replaceWholeText(java.lang.String content)
          DOM Level 3
 

Methods in org.apache.xml.utils with parameters of type Text
 boolean DOMHelper.isIgnorableWhitespace(Text node)
          Deprecated.  
 

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 Text.replaceWholeText(java.lang.String content)
          Replaces the text of the current node and all logically-adjacent text nodes with the specified text.
 Text Document.createTextNode(java.lang.String data)
          Creates a Text node given the specified string.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.