All Frameworks Class Hierarchy This Framework Previous Next Indexes
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 '-->
'.
Copyright © 2003, Dassault Systèmes. All rights reserved.