Purpose
Gets the node name of the given node instance.
Syntax
MIXmlNodeGetName( ByVal hXMLNode As MIXmlNode, pName As String,
ByVal nLen As Integer ) As SmallInt
hXMLNode is the MIXmlNode object handle.
pName is a reference to a string that receives the node name, which varies depending on the node type.
nLen is the size of the buffer referenced by pName.
Return Value
Nonzero if successful; otherwise 0.
Description
This function is used to get the node name with a given node. The node name is the qualified name for the element, attribute, or entity reference. The node name value varies, depending on the note type.