GetNodeXmlLength

GetNodeXmlLength 1:

This method returns the length of the XML structure of an XML node. The XML node is transferred to the method as input parameter.

Syntax

METHOD GetNodeXmlLength : UDINT
VAR_INPUT
  n : SXmlNode;
END_VAR

GetNodeXmlLength 2: Return value

Name

Type

GetNodeXmlLength

UDINT

GetNodeXmlLength 3: Inputs

Name

Type

n

SXmlNode

Sample call:

nLength := fbXml.GetNodeXmlLength(xmlNode);