Table of Contents

NodeExists Procedure

Codeunit XML Reader

Checks if a node exists in a given XPath under the current node in the given node list.

Signature

NodeExists(NodeListId: Integer; XPath: Text) : Boolean

Parameters

NodeListId Integer

The Id of the node list that contains the node that should be used as parent for the XPath.

XPath Text

The XPath that identifies the node that should be checked.

Returns

Boolean

true if the node exists, otherwise false.

This documentation is generated from Smart Toolbox v27.1