All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

XMLParser Interface CATIDOMCDATASection

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---XMLParser.CATIDOMNode
        |
        +---XMLParser.CATIDOMCharacterData
          |
          +---XMLParser.CATIDOMText
            |
            +---CATIDOMCDATASection
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIDOMCDATASection

Interface referring to the data from an XML CDATA section.
CATIDOMCDATASection are used to escape blocks of text containing characters that would otherwise be regarded as markup.

Note that the string data associated with the CDATA section may contain characters that need to be escaped when appearing in an XML document outside of a CDATA section.

The CATIDOMCDATASection class inherits from the CATIDOMCharacterData class through the CATIDOMText interface. Adjacent CATIDOMCDATASection nodes are not merged by use of the CATIDOMElement.normalize method.

See also:
CATIDOMText, CATIDOMCharacterData



This object is included in the file: CATIDOMCDATASection.h
If needed, your Imakefile.mk should include the module: CATXMLParserItf

Copyright © 2003, Dassault Systèmes. All rights reserved.