Extract out the name of the element, with a namespace prefix if present, represented by the p6IXMLNode.
- Parameters:
-
| pName | [OUT] Returns the name of an element (i.e., characters between the '<' and '>' symbols. |
| pLength | [OUT] Number of characters copied into pName. |
- 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. |