Find an attribute using a namespace as a lookup key.
Once the attribute is found, then return it's associated value (e.g., cost='55', '55' is the returned value).
- Parameters:
-
| pURI | [IN] Each namespace is uniquely identified by a fully qualified URI |
| pLocalName | [IN] which attribute of the namespace are we concerned about |
| pString | [OUT] string value of the attribute |
- Returns:
Success | P6R::eOk | |
Failure | P6R::eInvalidArg | pURI, pLocalName, or pString is NULL. |
P6R::eNotFound | There is no attribute associated with pQName. |