Class: BaseXmlDomComment [Abstract]

Properties  Events  Methods    Index of Classes

Abstract XML class for handling comment nodes

This is an abstract class and should never be used by a developer for object instantiation. While a developer could use this class for sub-classing, it is not encouraged.

Hierarchy

cObject
---BaseXmlDomNode
------BaseXmlDomCharacterData
---------BaseXmlDomComment
------------cXMLDOMComment

Library: Common (Windows and Web Application) Class Library

Package: none (class defined in runtime)

Description

BaseXmlDomComment provides interface support for handling XML element nodes. Its subclass cXmlDomComment should be used for sub-classing and instantiation.

Using the XML Classes

The cXmlDomDocument class is the starting point for most XML processing. Refer to the cXmlDomDocument class for more information about the XML Document Object Model (DOM) and using XML within DataFlex. Samples are provided in this section.