|
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'.
| 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. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pQName or pString is NULL. |
| P6R::eNotFound | There is no attribute associated with pQName. |