Uses of Interface
org.w3c.dom.CDATASection

Packages that use CDATASection
org.apache.xerces.dom   
org.apache.xerces.impl.xs.opti   
org.w3c.dom   
 

Uses of CDATASection in org.apache.xerces.dom
 

Classes in org.apache.xerces.dom that implement CDATASection
 class CDATASectionImpl
          XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
 class DeferredCDATASectionImpl
          XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
 

Methods in org.apache.xerces.dom that return CDATASection
 CDATASection CoreDocumentImpl.createCDATASection(java.lang.String data)
          Factory method; creates a CDATASection having this Document as its OwnerDoc.
 

Uses of CDATASection in org.apache.xerces.impl.xs.opti
 

Methods in org.apache.xerces.impl.xs.opti that return CDATASection
 CDATASection DefaultDocument.createCDATASection(java.lang.String data)
           
 

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.