#include <IWORKHeaderFooterContext.h>
Public Types | |
typedef boost::function< void(const std::string &)> | CollectFunction_t |
Public Member Functions | |
IWORKHeaderFooterContext (IWORKXMLParserState &state, const CollectFunction_t &collect) | |
Private Member Functions | |
virtual void | startOfElement () |
virtual void | attribute (int name, const char *value) |
virtual IWORKXMLContextPtr_t | element (int name) |
virtual void | endOfElement () |
Private Attributes | |
const CollectFunction_t | m_collect |
boost::optional< std::string > | m_name |
typedef boost::function<void(const std::string &)> libetonyek::IWORKHeaderFooterContext::CollectFunction_t |
libetonyek::IWORKHeaderFooterContext::IWORKHeaderFooterContext | ( | IWORKXMLParserState & | state, |
const CollectFunction_t & | collect | ||
) |
void libetonyek::IWORKHeaderFooterContext::attribute | ( | int | name, |
const char * | value | ||
) | [private, virtual] |
IWORKXMLContextPtr_t libetonyek::IWORKHeaderFooterContext::element | ( | int | name | ) | [private, virtual] |
void libetonyek::IWORKHeaderFooterContext::endOfElement | ( | ) | [private, virtual] |
void libetonyek::IWORKHeaderFooterContext::startOfElement | ( | ) | [private, virtual] |
const CollectFunction_t libetonyek::IWORKHeaderFooterContext::m_collect [private] |
Referenced by endOfElement().
boost::optional<std::string> libetonyek::IWORKHeaderFooterContext::m_name [private] |
Referenced by attribute(), and endOfElement().