virtual P6R::P6ERR P6R::p6ISAX2Attributes::getValueByQName ( P6SAX2STRING pQName,
P6SAX2STRING pString 
) [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).

Parameters:
pQName [IN] this qualified name is a namespace prefix
pString [OUT] string value of the attribute
Returns:
SuccessP6R::eOk 
FailureP6R::eInvalidArgpQName or pString is NULL.
P6R::eNotFoundThere is no attribute associated with pQName.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.