Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%XML_ChildNodes function


Function
The function returns a list of lineal children of the XML element.
Declaration


Blok kódu
languageesl
themeConfluence
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 descendants ( children ) of the XML element.
Example


Blok kódu
languageesl
themeRDark
 INT _listChildNodes
 _listChildNodes :=  %XML_ChildNodes(_el)