Concept Framework 2.0 documentation | Contents | Index |
Name | Version | Deprecated |
xmlAddChild | version 1.0 | no |
number xmlAddChild(number parent, number cur) |
parent | the parent node |
cur | the child node |
Add a new node to parent, at the end of the child (or property) list merging adjacent TEXT nodes (in which case cur is freed). 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: Fri Jan 21 18:06:23 2011 GMT | (c)2011 RadGs Software |