|
pure virtual |
Find an attribute using a QName as a lookup key.
Once the attribute is found, then return it's associated value (e.g., cost='55', '55' is the returned value).
| pQName | [ in ] this qualified name is a namespace prefix |
| pString | [ out ] string value of the attribute |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pQName or pString is NULL. |
| P6R::eNotFound | There is no attribute associated with pQName. |