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

Given the namespace URI and local name (e.g., given 'X:abc=', 'abc' is referred to as the local name) return the index value into an array of all attributes stored in this object.

Parameters
pURI[ in ] Each namespace is uniquely identified by a fully qualified URI
pLocalName[ in ] which attribute of the namespace are we concerned about
pIndex[ out ] A handle that can be used to obtain all info about an attribute matching the URI (zero-based).
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpURI, pLocalName, or pIndex is NULL.
P6R::eNotFoundNo value found matching the namespace.