|
pure virtual |
Set the namespace URI associated with the XML node represented by the p6IXMLNode.
| pURI | [ in ] Namespace URI in effect for the XML element (a copy of the string is made). |
| length | [ in ] Number of characters in pURI |
| 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. |