Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
standard.lib.xml
.xmlGetNodeArray
xmlGetNodeArray
is available since version 1.0.
Prototype:
array xmlGetNodeArray(number node)
Parameters
node
an XML node handle
Description:
Retrieve the XML node information into an array. The array will have the following keys: "name", "children", "last", "parent", "next", "prev", "doc", "properties"
Return value:
Return an array containing the XML node members.