Concept Framework 2.2 documentation Contents | Index

standard.lib.xml.xmlGetNodeArray

Name Version Deprecated
xmlGetNodeArray version 1.0 no

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"

Returns:
Return an array containing the XML node members.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Sun Jan 27 18:15:20 2013 GMT(c)2013 Devronium Applications