Concept Framework 2.2 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: Sun Jan 27 18:15:20 2013 GMT(c)2013 Devronium Applications