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