Uses of Interface
org.w3c.dom.CDATASection

Packages that use CDATASection
com.japisoft.fastparser.dom   
org.w3c.dom   
 

Uses of CDATASection in com.japisoft.fastparser.dom
 

Methods in com.japisoft.fastparser.dom that return CDATASection
 CDATASection DocumentImpl.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.