Uses of Interface
org.w3c.dom.CDATASection

Packages that use CDATASection
org.apache.batik.dom Provides an implementation of the DOM level 2 core module. 
org.apache.batik.dom.svg   
org.apache.batik.script Provides an API for interpreting scripting language found in SVG files. 
org.w3c.dom   
 

Uses of CDATASection in org.apache.batik.dom
 

Classes in org.apache.batik.dom that implement CDATASection
 class GenericCDATASection
          This class implements the CDATASection interface.
 

Methods in org.apache.batik.dom that return CDATASection
 CDATASection GenericDocument.createCDATASection(java.lang.String data)
          DOM: Implements Document.createCDATASection(String).
 

Uses of CDATASection in org.apache.batik.dom.svg
 

Methods in org.apache.batik.dom.svg that return CDATASection
 CDATASection SVGOMDocument.createCDATASection(java.lang.String data)
          DOM: Implements Document.createCDATASection(String)
 

Uses of CDATASection in org.apache.batik.script
 

Methods in org.apache.batik.script that return CDATASection
 CDATASection DocumentProxy.createCDATASection(java.lang.String data)
          Creates a CDATASection node whose value is the specified string.
 

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 © 2001 Apache Software Foundation. All Rights Reserved.