Returns the type of the node: is it a leaf, a character node, tree root, etc?
- Parameters:
-
| pType | [OUT] P6XMLNodeType code give to node during initialization. |
- 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. |