Table of Contents

AddElementRel Procedure

Codeunit XML Writer

Adds an XmlElement with a relative number of levels, counted from the last created element.

Overloads

Name Description
AddElementRel(Integer; Text; Variant) Adds an XmlElement with a relative number of levels, counted from the last created element.
AddElementRel(Integer; Text; Variant; Text) Adds an XmlElement with a relative number of levels, counted from the last created element, with a given namespace.

AddElementRel(Integer; Text; Variant) Procedure

Adds an XmlElement with a relative number of levels, counted from the last created element.

Signature

AddElementRel(Step: Integer; NodeName: Text; NodeValue: Variant)

Parameters

Step Integer

The number of levels that this element should be indented, compared to the last element. The maximum value is 1 and the minimum value is (2 - Current level).

NodeName Text

The name of the XmlElement.

NodeValue Variant

The value in the XmlElement.

AddElementRel(Integer; Text; Variant; Text) Procedure

Adds an XmlElement with a relative number of levels, counted from the last created element, with a given namespace.

Signature

AddElementRel(Step: Integer; NodeName: Text; NodeValue: Variant; NameSpace: Text)

Parameters

Step Integer

The number of levels that this element should be indented, compared to the last element. The maximum value is 1 and the minimum value is (2 - Current level).

NodeName Text

The name of the XmlElement.

NodeValue Variant

The value in the XmlElement.

NameSpace Text

The namespace used for this element.

This documentation is generated from Smart Toolbox v27.1