Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
xmlAddPrevSibling | version 1.0 | no |
number xmlAddPrevSibling(number cur, number elem) |
cur | the child node |
elem | the new node |
Add a new node elem as the previous sibling of cur merging adjacent TEXT nodes (elem may be freed). If the new node was already inserted in a document it is first unlinked from its existing context. If the new node is ATTRIBUTE, it is added into properties instead of children. If there is an attribute with equal name, it is first destroyed. |
Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Sun Jan 27 18:15:20 2013 GMT | (c)2013 Devronium Applications |