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

Get the URI that is associated with the attribute located at index in the attribute list stored in this object.

This URI defines a namespace.

Parameters
index[ in ] index into an array of all attributes stored in this object (zero-based).
pString[ out ] Each namespace is defined by a unique URI.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpString is NULL.
P6R::eEndOfFileindex is too big.
P6R::eNotFoundThere is no URI for this index, but there may be for other entries.