MIXmlNodeGetName() function - MapBasic - 2023

MapInfo MapBasic Reference

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapBasic
Version
2023
Language
English
Product name
MapBasic
Title
MapInfo MapBasic Reference
First publish date
1985
Last updated
2023-09-12
Published on
2023-09-12T16:32:32.686312

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.