Class Hierarchy:
BaseXMLDOMNAMEDNODEMAP

cXMLDOMNamedNodeMapMixins:
cXMLDOMCollectionMixin,
Class Definition
Functions and Procedures
Handle
NamedNode(String sName)
returns a node attribute that matches passed name, zero if none
Handle
QualifiedNode(String sNameSpace String sBaseName)
Handle
RemoveNamedNode(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.
Handle
RemoveQualifiedNode(String sNameSpace String sBaseName)
Handle
SetNamedNode(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