Get the attributes type identified by a namespace 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
-
| pURI | [ in ] Each namespace is uniquely identified by a fully qualified URI |
| pLocalName | [ in ] which attribute of the namespace are we concerned about |
| pString | [ out ] The type of an attribute is defined in the associated DTD or XML Schema. |
- Returns
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pURI, pLocalName, or pString is NULL. |
| P6R::eNotFound | There is no attribute associated with the namespace. |