virtual P6R::P6ERR P6R::p6IXMLNode::getParent ( p6IXMLNode **  pParent  )  [pure virtual]

To support tree walking, this method returns the parent of the current XML node.

Parameters:
pParent [OUT] Returns the immediate parent of the current XML node.
Returns:
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgOne of the parameters is NULL.
P6R::eNotFoundThe root of the DOMXML tree has no parent.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.