cObject
---BaseXmlDomNode
------BaseXmlDomAttribute
------BaseXmlDomCharacterData
------BaseXmlDomDocument
------BaseXmlDomDocumentFragment
------BaseXmlDomDocumentType
------BaseXmlDomElement
------BaseXmlDomEntity
------BaseXmlDomEntityReference
------BaseXmlDomNotation
------BaseXmlDomProcessingInstruction
------cXMLDOMNode
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).
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.