Concept Framework 2.2 documentation Contents | Index

standard.lib.xml.xmlAddChildList

Name Version Deprecated
xmlAddChildList version 1.0 no

Prototype:
number xmlAddChildList(number parent, number cur)

Parameters:
parent      the parent node
child      the child node

Description:
Add a list of node at the end of the child list of the parent merging adjacent TEXT nodes. (cur may be freed)

Returns:
Returns the last child or null in case of error.

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