SOAPXMLGetNodeArray is available since version 1.0.
Prototype:
array SOAPXMLGetNodeArray(number xmlnode)
Parameters
xmlnode
[in] an XML node handle
Description:
Convert a XML node handle to an array. The array will have the following keys:
"name", "children", "last", "parent", "next", "prev", "doc", "properties", "text"
Return value:
Return an array characterizing the XML node given by its handle.