Class: cXMLDOMNamedNodeMap
Properties | Events | Methods | Index of Classes
XML class for handling Named Node map (collections of attributes)
Hierarchy
cObject > BaseXmlDomNamedNodeMap > cXMLDOMNamedNodeMap
Show full hierarchy and direct subclasses
- cObject
- BaseXmlDomNamedNodeMap
- cXMLDOMNamedNodeMap
Library: Common Class Library
Package: Flexml.pkg
Mixins: cXMLDOMCollectionMixin
Description
Objects of the XMLDOMNamedNodeMap class have support for iteration through the collection of attribute nodes, which are 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.