#include <IWORKStyleContext.h>
Public Member Functions | |
IWORKStyleContext (IWORKXMLParserState &state, int id, bool nested=false) | |
IWORKStyleContext (IWORKXMLParserState &state, int id, IWORKPropertyMap &props, bool nested=false) | |
virtual void | attribute (int name, const char *value) |
virtual void | endOfElement () |
![]() | |
IWORKXMLContextBase (State &state) | |
template<typename T > | |
IWORKXMLContextBase (State &state, const T &a) | |
State & | getState () |
Private Member Functions | |
virtual IWORKXMLContextPtr_t | element (int name) |
IWORKDictionary & | getDictionary () |
Private Attributes | |
const int | m_id |
const bool | m_nested |
IWORKPropertyMap | m_ownProps |
IWORKPropertyMap & | m_props |
boost::optional< std::string > | m_ident |
boost::optional< std::string > | m_parentIdent |
Additional Inherited Members | |
![]() | |
Collector * | getCollector () const |
int | getToken (const char *const value) const |
![]() | |
State & | m_state |
libetonyek::IWORKStyleContext::IWORKStyleContext | ( | IWORKXMLParserState & | state, |
int | id, | ||
bool | nested = false |
||
) |
libetonyek::IWORKStyleContext::IWORKStyleContext | ( | IWORKXMLParserState & | state, |
int | id, | ||
IWORKPropertyMap & | props, | ||
bool | nested = false |
||
) |
|
virtual |
Referenced by libetonyek::KEY2StyleContext::attribute().
|
privatevirtual |
|
virtual |
Referenced by libetonyek::KEY2StyleContext::endOfElement().
|
private |
Referenced by endOfElement().
|
private |
Referenced by endOfElement().
|
private |
Referenced by attribute(), and endOfElement().
|
private |
Referenced by endOfElement().
|
private |
|
private |
Referenced by attribute(), and endOfElement().
|
private |
Referenced by element(), and endOfElement().