Uses of Interface
org.w3c.dom.CDATASection

Packages that use CDATASection
org.apache.xerces.dom   
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.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 © 1999-2001 Apache XML Project. All Rights Reserved.