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