#include <EndOfEntityException.hpp>
Public Member Functions | |
EndOfEntityException (XMLEntityDecl *entityThatEnded, const unsigned int readerNum) | |
EndOfEntityException (const EndOfEntityException &toCopy) | |
~EndOfEntityException () | |
XMLEntityDecl & | getEntity () |
const XMLEntityDecl & | getEntity () const |
unsigned int | getReaderNum () const |
Private Attributes | |
XMLEntityDecl * | fEntity |
unsigned int | fReaderNum |
Definition at line 106 of file EndOfEntityException.hpp.
EndOfEntityException::EndOfEntityException | ( | XMLEntityDecl * | entityThatEnded, | |
const unsigned int | readerNum | |||
) | [inline] |
Definition at line 112 of file EndOfEntityException.hpp.
EndOfEntityException::EndOfEntityException | ( | const EndOfEntityException & | toCopy | ) | [inline] |
Definition at line 120 of file EndOfEntityException.hpp.
EndOfEntityException::~EndOfEntityException | ( | ) | [inline] |
Definition at line 127 of file EndOfEntityException.hpp.
const XMLEntityDecl & EndOfEntityException::getEntity | ( | ) | const [inline] |
XMLEntityDecl & EndOfEntityException::getEntity | ( | ) | [inline] |
unsigned int EndOfEntityException::getReaderNum | ( | ) | const [inline] |
XMLEntityDecl* EndOfEntityException::fEntity [private] |
unsigned int EndOfEntityException::fReaderNum [private] |