Gets the next element at the same XML nesting level.
FUNCTION GetNextElement(
XMLHandle : LONGINT;
elementPath : STRING;
VAR value : STRING):INTEGER;def vs.GetNextElement(XMLHandle, elementPath):
return (INTEGER, value)| Name | Type | Description |
|---|---|---|
| XMLHandle | LONGINT | |
| elementPath | STRING | |
| value | STRING | Output parameter. |
Availability: from All Versions
This is drop-in function.