Table of Contents

AddElementAbs Procedure

Codeunit XML Writer

Adds an XmlElement with an absolute number of levels, counted from the root element.

Overloads

Name Description
AddElementAbs(Integer; Text; Variant) Adds an XmlElement with an absolute number of levels, counted from the root element.
AddElementAbs(Integer; Text; Variant; Text) Adds an XmlElement with an absolute number of levels, counted from the root element, with a given namespace.

AddElementAbs(Integer; Text; Variant) Procedure

Adds an XmlElement with an absolute number of levels, counted from the root element.

Signature

AddElementAbs(Level: Integer; NodeName: Text; NodeValue: Variant)

Parameters

Level Integer

The depth of where the XmlElement will be added.

NodeName Text

The name of the XmlElement.

NodeValue Variant

The value in the XmlElement.

AddElementAbs(Integer; Text; Variant; Text) Procedure

Adds an XmlElement with an absolute number of levels, counted from the root element, with a given namespace.

Signature

AddElementAbs(Level: Integer; NodeName: Text; NodeValue: Variant; NameSpace: Text)

Parameters

Level Integer

The depth of where the XmlElement will be added.

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