MIXmlNodeGetValue() 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 text associated with the given node instance.

Syntax

MIXmlNodeGetValue( ByVal hXMLNode As MIXmlNode, pValue As String, 
	ByVal nLen As Integer ) As SmallInt

hXMLNode is the MIXmlNode object handle.

pValue is a reference to a string that receives the value, which varies depending on the node type.

nLen is the size of the buffer referenced by pValue.

Return Value

Nonzero if successful; otherwise 0.

Description

This function is used to get the node value with a given node instance. The node value varies, depending on the node type.