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:
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. |
P6R::eNotFound | The root of the DOMXML tree has no parent. |