virtual P6R::P6ERR P6R::p6ISAX2Attributes::getTypeByIndex ( P6UINT32  index,
P6SAX2STRING pString 
) [pure virtual]

Get the attributes type identified by index into the attribute list.

Since this parser does not currently use DTD's, this function always returns the value 'CDATA'.

Parameters:
index [IN] index into an array of all attributes stored in this object (zero-based).
pString [OUT] The type of an attribute is defined in the associated DTD or XML Schema.
Returns:
SuccessP6R::eOk 
FailureP6R::eInvalidArgpString is NULL.
P6R::eEndOfFileindex is too big.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.