#include <parseErrorHandler.hpp>
Inheritance diagram for ParseErrorHandler:

Public Member Functions | |
| ParseErrorHandler (void) | |
| Constructor. | |
| void | setContext (const std::string &context) |
Protected Attributes | |
| std::string | m_context |
Definition at line 24 of file parseErrorHandler.hpp.
| ParseErrorHandler::ParseErrorHandler | ( | void | ) | [inline] |
| void ParseErrorHandler::setContext | ( | const std::string & | context | ) | [inline] |
Reimplemented in XSLParseErrorHandler.
Definition at line 29 of file parseErrorHandler.hpp.
References m_context.
00029 { m_context = context; }
std::string ParseErrorHandler::m_context [protected] |
Reimplemented in XSLParseErrorHandler.
Definition at line 32 of file parseErrorHandler.hpp.
Referenced by setContext().