#include <IWORKHeaderFooterContext.h>
Public Types | |
typedef std::function< void(const std::string &)> | CollectFunction_t |
Public Member Functions | |
IWORKHeaderFooterContext (IWORKXMLParserState &state, const CollectFunction_t &collect) | |
![]() | |
IWORKXMLContextBase (State &state) | |
template<typename T > | |
IWORKXMLContextBase (State &state, const T &a) | |
State & | getState () |
Private Member Functions | |
void | startOfElement () override |
void | attribute (int name, const char *value) override |
IWORKXMLContextPtr_t | element (int name) override |
void | endOfElement () override |
Private Attributes | |
const CollectFunction_t | m_collect |
boost::optional< std::string > | m_name |
Additional Inherited Members | |
![]() | |
Collector & | getCollector () const |
int | getToken (const char *const value) const |
bool | isCollector () const |
![]() | |
State & | m_state |
typedef std::function<void(const std::string &)> libetonyek::IWORKHeaderFooterContext::CollectFunction_t |
libetonyek::IWORKHeaderFooterContext::IWORKHeaderFooterContext | ( | IWORKXMLParserState & | state, |
const CollectFunction_t & | collect | ||
) |
|
overrideprivate |
|
overrideprivate |
|
overrideprivate |
|
overrideprivate |
|
private |
Referenced by endOfElement().
|
private |
Referenced by attribute(), and endOfElement().