Uses of Interface
org.w3c.dom.Text

Packages that use Text
org.apache.xalan.lib.sql Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through "streamable" result set. 
org.apache.xalan.stree Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan. 
org.apache.xml.utils Implementation of Xalan utility classes. 
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
org.w3c.dom Document Object Model level 2 interfaces. 
 

Uses of Text in org.apache.xalan.lib.sql
 

Classes in org.apache.xalan.lib.sql that implement Text
 class ColumnData
          Represents the col element text node, i.e., the column value.
 

Methods in org.apache.xalan.lib.sql that return Text
 Text ColumnData.splitText(int offset)
          splitText - not supported
 

Uses of Text in org.apache.xalan.stree
 

Classes in org.apache.xalan.stree that implement Text
 class CDATASectionImpl
          **For internal use only** Class to hold information about a CDATASection node
 class CommentImpl
          **For internal use only** Class to hold information about a comment node
 class TextImpl
          **For internal use only** Class to hold information about a Text node.
 

Methods in org.apache.xalan.stree that return Text
 Text DocumentImpl.createTextNode(java.lang.String data)
          Create a Text node.
 

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.
 

Uses of Text in org.apache.xpath
 

Methods in org.apache.xpath 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 Document.createTextNode(java.lang.String data)
          Creates a Text node given the specified string.
 Text Text.splitText(int offset)
          Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
 



Copyright � 2000 Apache XML Project. All Rights Reserved.