DXML.GetElementNames

DXML.GetElementNames ( 

string  XMLTable,

string  XMLPath,

boolean  FullPaths,

boolean  IncludeIndices )

Description

Returns a numerically indexed table containing the names of all child elements contained within a specific element.

Parameters

XMLTable

(string) The name of the XML table.

XMLPath

(string) The full path to the element whose child elements you want to find.

FullPaths

(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)

IncludeIndices

(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)

Returns

Nothing.

See also:  Related Actions

Сайт управляется системой uCoz