Skip to content

Class: cXMLDOMNode

Properties | Events | Methods | Index of Classes

Creates a generic XML DOM Node object

Hierarchy

cObject > BaseXmlDomNode > cXMLDOMNode

Show full hierarchy and direct subclasses

Library: Common Class Library

Package: Flexml.pkg

Mixins: cXMLDOMNodeMixin

Description

The cXMLDomNode class is a generic node class that can be used to describe generic interfaces for any XML node. Object are rarely created based on this class.

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.