Class: cXMLDOMNodeList

Properties  Events  Methods    Index of Classes

Supports iteration through the node collection

Hierarchy

cObject
---BaseXmlDomNodeList
------cXMLDOMNodeList

Library: Common (Windows and Web Application) Class Library

Package: Flexml.pkg

Mixins: cXMLDOMCollectionMixin cXMLDOMMixin

Description

The cXMLDomNodeList supports iteration through the node collection, which is not maintained in any particular order.

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 | cXmlDomComment | cXmlDomDocumentFragment | cXmlDomDocumentType | cXmlDomElement | cXmlDomEntity | cXmlDomEntityReference | cXmlDomNamedNodeMap | cXmlDomNode | cXmlDomNotation | cXmlDomProcessingInstruction | cXmlDomTextNode | BaseXmlDomParseError