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.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.