Get the namespace URI associated with the XML node represented by the p6IXMLNode.
- Parameters:
-
| pURI | [IN] Namespace URI in effect for the XML element. |
| pLength | [IN] Number of characters in pURI |
- 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. |