Main | License | Installation | FAQ | Screenshots | Contact | Links | Sf.net | Freshmeat.net | KDE-Apps.org
Requirements | Design | Modules | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

ParseErrorHandler Class Reference

#include <parseErrorHandler.hpp>

Inheritance diagram for ParseErrorHandler:

Inheritance graph
[legend]

Public Member Functions

 ParseErrorHandler (void)
 Constructor.
void setContext (const std::string &context)

Protected Attributes

std::string m_context

Detailed Description

Base class for error handlers.
Date:
Mon May 07 2007
Author:
Jan Wedekind (wedesoft@users.sourceforge.net)

Definition at line 24 of file parseErrorHandler.hpp.


Constructor & Destructor Documentation

ParseErrorHandler::ParseErrorHandler ( void   )  [inline]

Constructor.

Definition at line 27 of file parseErrorHandler.hpp.

00027 {}


Member Function Documentation

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; }


Field Documentation

std::string ParseErrorHandler::m_context [protected]

Reimplemented in XSLParseErrorHandler.

Definition at line 32 of file parseErrorHandler.hpp.

Referenced by setContext().


The documentation for this class was generated from the following file:

anymeal 0.30 - recipe management software - Make the most of your food! - © Jan Wedekind Sun Sep 14 16:01:29 2008 - GNU Free Documentation License