xml.Serializer.DomToVariable

Serializes an XML element node into a 4GL variable using a DomNode object.

Syntax

xml.Serializer.DomToVariable(
   node xml.DomNode,
   var VARIABLE )
  1. node is a DomNode object of type ELEMENT_NODE.
  2. var is any 4GL variable with optional XML mapping attributes.

Usage

In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.