Allows the application to change the type of the node set during initialization.
For example, during XML parsing whether a node is a leaf or non-leaf may not be immediately obvious.
- Parameters:
-
| type | [IN] New type of node |
- Returns:
Success | P6R::eOk | |
Failure | P6R::eNotInitialized | A successful call to intialize() must be made before calling this funciton. |