virtual P6R::P6ERR P6R::p6IXMLNode::addChild ( p6IXMLNode pNode  )  [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.

Parameters:
pNode [IN] a decendent of the current node.
Returns:
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgOne of the parameters is NULL.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.