Uses of Interface
org.w3c.dom.CDATASection

Packages that use CDATASection
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 -- derived nodes can index the children, and, combined with specialized node iterators (and tree walkers) can provide optimal child retrieval. 
org.apache.xalan.utils Implementation of Xalan utility classes. 
org.w3c.dom Document Object Model level 2 interfaces. 
 

Uses of CDATASection in org.apache.xalan.stree
 

Classes in org.apache.xalan.stree that implement CDATASection
 class CDATASectionImpl
           
 

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

Uses of CDATASection in org.apache.xalan.utils
 

Methods in org.apache.xalan.utils that return CDATASection
 CDATASection UnImplNode.createCDATASection(java.lang.String data)
          **For internal use only** Unimplemented.
 

Uses of CDATASection in org.w3c.dom
 

Methods in org.w3c.dom that return CDATASection
 CDATASection Document.createCDATASection(java.lang.String data)
          Creates a CDATASection node whose value is the specified string.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.