All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

XMLParser Interface CATIDOMComment

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---XMLParser.CATIDOMNode
        |
        +---XMLParser.CATIDOMCharacterData
          |
          +---CATIDOMComment
 

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


interface CATIDOMComment

Interface representing XML comment nodes in the DOM.

This interface inherits from CATIDOMCharacterData. The string value contains all of the characters between the starting '<!--' and ending '-->'.

See also:
CATIDOMCharacterData



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

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