Porovnávané verzie

Kľúč

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

%XML_RemoveNode function


Function
The function removes an entered node from an XML document together with its children.


Declaration


Blok kódu
languageesl
themeConfluence
BOOL %XML_RemoveNode(
  INT in _node
  )


Parameters


_nodeHandle to XML node.


Return value
@TRUE - node from XML document was removed
@FALSE - node from XML document was not removed - the function failed
Description
The function removes the entered node from the XML document together with its children. Both , handle to node and handle to children, that ESL script obtained during its execution, remain valid. But this these nodes are not a part of the XML document.