Concept Framework 1.0 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: Thu Oct 15 20:02:08 2009 GMT(c)2009 RadGs Software