Class: cXMLDOMNamedNodeMap

Properties  Events  Methods    Index of Classes

XML class for handling Named Node map (collections of attributes)

Hierarchy

cObject
---BaseXmlDomNamedNodeMap
------cXMLDOMNamedNodeMap

Library: Common (Windows and Web Application) Class Library

Package: Flexml.pkg

Mixins: cXMLDOMCollectionMixin cXMLDOMMixin

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.

See Also

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