#include <PAG1AnnotationContext.h>
Public Types | |
typedef boost::function< void(const std::string &)> | CollectFunction_t |
Public Member Functions | |
PAG1AnnotationContext (PAG1ParserState &state, const CollectFunction_t &collect) | |
![]() | |
PAG1XMLContextBase (PAG1ParserState &state) | |
template<typename T1 > | |
PAG1XMLContextBase (PAG1ParserState &state, T1 arg1) | |
![]() | |
IWORKXMLContextBase (PAG1ParserState &state) | |
IWORKXMLContextBase (PAG1ParserState &state, const T &a) | |
PAG1ParserState & | 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_target |
Additional Inherited Members | |
![]() | |
PAGCollector & | getCollector () const |
int | getToken (const char *const value) const |
bool | isCollector () const |
![]() | |
PAG1ParserState & | m_state |
boost::function<void(const std::string &)> libetonyek::PAG1AnnotationContext::CollectFunction_t |
libetonyek::PAG1AnnotationContext::PAG1AnnotationContext | ( | PAG1ParserState & | state, |
const CollectFunction_t & | collect ) |
|
overrideprivate |
|
overrideprivate |
|
overrideprivate |
|
overrideprivate |
|
private |
Referenced by endOfElement().
|
private |
Referenced by attribute(), and endOfElement().