%XML_ChildNodes function


Function
The function returns a list of lineal children of the XML element.
Declaration
INT %XML_ChildNodes(
    INT in node
 )
Parameters
nodeHandle to parent XML node.
Return value
Handle to a list of XML nodes.
Description
The function returns the handle to a list of lineal children of the XML element.
Example
 INT _listChildNodes
 _listChildNodes :=  %XML_ChildNodes(_el) 

0 komentárov

Nie ste prihlásený. Akékoľvek zmeny, ktoré vykonáte, sa označia ako anonymné. Ak už máte svoj účet, pravdepodobne sa budete chcieť prihlásiť .