Overview
Returns a numerically indexed table containing the names of all child elements contained within a specific element.
(string) The name of the XML table.
(string) The full path to the element whose child elements you want to find.
(boolean) Whether to return the full paths of the child elements, or just the element names:.
Value |
Description |
true |
Return the full paths of the child elements. |
false |
(Default) Return just the element names. (Default) |
(boolean) Whether to append the delimiter and index (e.g. ":3") to each element name:.
Value |
Description |
true |
Append the delimiter and index to each element name. |
false |
(Default) Return just the element names. (Default) |
Nothing.
See also: Related Actions