cObject
---BaseXmlDomNode
------BaseXmlDomCharacterData
---------BaseXmlDomComment
------------cXMLDOMComment
The comment field is entirely ignored by the parser. It is essentially character data, but its context in the document is unique - it has no semantic or syntactic value, only documentation value. No methods or properties distinguish it from a BaseXmlDomCharacterData node.
Note: | The content refers to all characters between the starting . This object has no unique properties or methods of its own, but exposes the same objects and properties as objects of the BaseXmlDomCharacterDataBaseXmlDomCharacterData class. |
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.
See AlsocXmlDomDocument | cXmlDomAttribute | cXmlDomCDataSection | cXmlDomDocumentFragment | cXmlDomDocumentType | cXmlDomElement | cXmlDomEntity | cXmlDomEntityReference | cXmlDomNamedNodeMap | cXmlDomNode | cXmlDomNodeList | cXmlDomNotation | cXmlDomProcessingInstruction | cXmlDomTextNode | BaseXmlDomParseError