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