|
virtual P6R::P6ERR P6R::p6ISAX2DTDHandler::notationDecl |
( |
P6CHAR * |
pName, |
|
|
P6CHAR * |
pPublicId, |
|
|
P6CHAR * |
pSystemId | |
|
) |
| | [pure virtual] |
The application is notified of a notation declaration event.
- Returns:
Success | P6R::eOk | |
Failure | P6R::eInvalidArg | One of the parameters is NULL. |
|