Porovnávané verzie

Kľúč

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

%XML_Attributes function


Function
The function returns the handle to the list of the XML element attributes.
Declaration


Blok kódu
languageesl
themeConfluence
INT %XML_Attributes(
    INT in element
 )
Parameters


elementHandle to XML element.
Return value
Handle to the list of the XML attributes.
Description
The function returns the handle to the attributes list of the defined XML element.
Example


Blok kódu
languageesl
themeRDark
 INT _attributes
 _attributes :=  %XML_Attributes(_el)