Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ISAX2Attributes::getIndexByQName ( P6SAX2STRING pQName,
P6UINT32 pIndex 
)
pure virtual

Given the full qualified name (i.e., <namespace>:<attribute name>, like 'X:abc='), return the index value into an array of all attributes stored in this object.

Parameters
pQName[ in ] this qualified name is a namespace prefix
pIndex[ out ] a handle that can be used to obtain all info about an attribute matching the QName (zero-based).
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpQName or pIndex is NULL
P6R::eNotFoundNo value found matching QName.