Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.

Porovnať s aktuálnou verziou Zobraziť históriu stránky

« Predchádzajúce Verzia 2 Aktuálny »

%XML_RemoveNode function


Function
The function removes an entered node from an XML document together with its children.
Declaration
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 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 nodes are not a part of XML document.
  • Žiadne štítky