xml.Serializer.DomToVariable
Serializes a XML element node into a BDL variable using a DomNode object.
Syntax
xml.Serializer.DomToVariable(
node xml.DomNode,
var RECORD )
- node is a DomNode object of type
ELEMENT_NODE
. - var is any Genero BDL variable with optional XML mapping attributes.
Usage
Use this method to serialize a XML element node defined by node as a DomNode object into a BDL variable.
In case of error, the method throws an exception and sets the
STATUS
variable. Depending on the error, a human-readable description of the
problem is available in the SQLCA.SQLERRM
register. See Error handling in GWS calls (STATUS).