GetNodeXmlLength

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
Return value
Name | Type |
---|---|
GetNodeXmlLength | UDINT |
Inputs
Name | Type |
---|---|
n | SXmlNode |
Sample call:
nLength := fbXml.GetNodeXmlLength(xmlNode);