Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ISAX2Attributes::getValueByURI ( P6SAX2STRING pURI,
P6SAX2STRING pLocalName,
P6SAX2STRING pString 
)
pure virtual

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
SuccessP6R::eOk 
FailureP6R::eInvalidArgpURI, pLocalName, or pString is NULL.
P6R::eNotFoundThere is no attribute associated with pQName.