Class: cXMLDOMNamedNodeMap

Module location: Flexml.pkg line 384 (view source)

Class Hierarchy:

BaseXMLDOMNAMEDNODEMAPcXMLDOMNamedNodeMap

Mixins:

cXMLDOMCollectionMixin,

Class Definition

Functions and Procedures

HandleNamedNode(String sName)
returns a node attribute that matches passed name, zero if none
HandleQualifiedNode(String sNameSpace String sBaseName)
HandleRemoveNamedNode(String sName)
removes named attribute, Returns handle of removed node or zero if not found. Note that returned object must be disposed of or moved somewhere else.
HandleRemoveQualifiedNode(String sNameSpace String sBaseName)
HandleSetNamedNode(Handle hoNode)
Adds or changes a node attribute This should return the passed object Id which is now bound to the attribute. If an error, returns 0