|
pure virtual |
The DTD handler component is defined and set by the application.
Return a pointer to the handler that the application set. Note, that currently this parser does not call a set DTD handler.
| pObject | [ out ] Pointer to a DTD handler |
| Success | P6R::eOk | |
| Failure | P6R::eNotInitializedg | A successful call to intialize() must be made before calling this funciton. |
| P6R::eInvalidArg | pObject is NULL. |