Uses of Interface
org.w3c.dom.CDATASection

Packages that use CDATASection
gnu.xml.dom This is a Free Software DOM Level 2 implementation, supporting these features: "XML", "Events", "MutationEvents", "HTMLEvents" (won't generate them though), "UIEvents" (also won't generate them), "USER-Events" (a conformant extension), and "Traversal" (optional; no TreeWalker yet). 
org.w3c.dom Contains the core and "XML" feature set of the DOM Level 2 Recommendation. 
 

Uses of CDATASection in gnu.xml.dom
 

Classes in gnu.xml.dom that implement CDATASection
 class DomCDATA
           "CDATASection" implementation.
 

Methods in gnu.xml.dom that return CDATASection
 CDATASection DomDocument.createCDATASection(java.lang.String value)
          DOM L1 Returns a newly created CDATA section node with the specified value.
 CDATASection DomDocument.createCDATASection(char[] buf, int off, int len)
          Returns a newly created CDATA section node with the specified value.
 

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.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.