Class: cXMLDOMComment

Properties  Events  Methods    Index of Classes

XML class for handling Comment nodes

Hierarchy

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

Library: Common (Windows and Web Application) Class Library

Package: Flexml.pkg

Mixins: cXMLDOMNodeMixin cXMLDOMMixin

Description

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.


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.

See Also

cXmlDomDocument | cXmlDomAttribute | cXmlDomCDataSection | cXmlDomDocumentFragment | cXmlDomDocumentType | cXmlDomElement | cXmlDomEntity | cXmlDomEntityReference | cXmlDomNamedNodeMap | cXmlDomNode | cXmlDomNodeList | cXmlDomNotation | cXmlDomProcessingInstruction | cXmlDomTextNode | BaseXmlDomParseError