Skip to content

Class: BaseXmlDomNode [Abstract]

Properties | Events | Methods | Index of Classes

The ultimate XML abstract superclass designed to handle all XML node types

Hierarchy

cObject > BaseXmlDomNode

Show full hierarchy and direct subclasses

Library: Common Class Library

Description

BaseXmlDomNode is the superclass of all data storage components for XML, both for the document data and its description, whether in DTD or Schema format. A BaseXmlDomNode represents a single node in a Document Object Model tree representation of a document. Subclasses of this class are used to support the each specific type of node (e.g. element, attribute).

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.