|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CBasicErrorHandler: public CErrorHandler { public: CBasicErrorHandler(IUnicodeStream *pStream); ~CBasicErrorHandler(); public: void Signal( int nType, CXsltException *pXsltException, const XLocationHandler &pLocationHandler); };
The default implementation of the error handler.
See
CErrorHandler
for general discussion
of error handlers.
CXsltException, CLocationHandler
Constructor/Destructor Summary | |
CBasicErrorHandler
(IUnicodeStream *pStream);
����������Constructs the basic error handler. |
|
~CBasicErrorHandler
();
����������Destroys the basic error handler. |
Function Summary | |
void
|
Signal
(int nType, CXsltException *pXsltException, const XLocationHandler &pLocationHandler);
����������Signals an error. |
Constructor/Destructor Detail |
CBasicErrorHandler(IUnicodeStream *pStream);
Constructs the basic error handler.
pStream
- the Unicode stream to output
error messages~CBasicErrorHandler();
Destroys the basic error handler.
Function Detail |
void Signal( int nType, CXsltException *pXsltException, const XLocationHandler &pLocationHandler);
Signals an error.
pXsltException
- the XSLT exception
containing the error descriptionpLocationHandler
- the location handler
used to obtain location of stylesheet/document nodes
related to the error
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |