virtual P6R::P6ERR P6R::p6ISAX2Attributes::getTypeByQName ( P6SAX2STRING pQName,
P6SAX2STRING pString 
) [pure virtual]

Get the attributes type identified by QName as a lookup key into the attribute list.

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

Parameters:
pQName [IN] this qualified name is a namespace prefix
pString [OUT] The type of an attribute is defined in the associated DTD or XML Schema.
Returns:
SuccessP6R::eOk 
FailureP6R::eInvalidArgpQName or pString is NULL.
P6R::eNotFoundThere is no attribute associated with pQName.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.