EXPORT_SPEC int ixmlNode_appendChild

(IXML_Node* nodeptr,
  IXML_Node* newChild )

Appends a child Node to the list of children of a Node.

Documentation

Appends a child Node to the list of children of a Node. If newChild is already in the tree, it is removed first.

Parameters:
nodeptr - The Node in which to append the new child.
newChild - The new child to append.
Returns:
[int] An integer representing one of the following:

Alphabetic index



This page was generated with the help of DOC++.