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

Get the local name of the attribute identified by index into the attribute list.

A caller could do one of the following: call getLength(); and then iterate over all attributes; OR call one of the getIndex functions and then call this function.

Parameters
index[ in ] index into an array of all attributes stored in this object (zero-based)
pString[ out ] the local name associated with the attribute (e.g., 'X:abc=', 'abc' is the local name)
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpString is NULL.
P6R::eEndOfFileindex is too big.