Concept Framework 2.0 documentation Contents | Index

standard.lib.xml.xmlAddSibling

Name Version Deprecated
xmlAddSibling version 1.0 no

Prototype:
number xmlAddSibling(number cur, number elem)

Parameters:
cur      the sibling node
elem      the new node

Description:
Add a new element elem to the list of siblings of cur merging adjacent TEXT nodes (elem may be freed). If the new element was already inserted in a document it is first unlinked from its existing context.

Returns:
Returns the new node or null in case of error.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Fri Jan 21 18:06:23 2011 GMT(c)2011 RadGs Software