|
pure virtual |
p6IXMLNode* pLeft->addChild( pNode ), add the pNode parameter as a child of the pLeft p6IXMLNode.
This method is used to build the DOM XML tree.
| pNode | [ in ] a decendent of the current node. |
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A successful call to intialize() must be made before calling this funciton. |
| P6R::eInvalidArg | One of the parameters is NULL. |