#include <IWORKStyleRefContext.h>
Public Member Functions | |
| IWORKStyleRefContext (IWORKXMLParserState &state, int id, bool nested=false, bool anonymous=false) | |
| virtual void | attribute (int name, const char *value) |
| virtual void | endOfElement () |
Public Member Functions inherited from libetonyek::IWORKXMLContextBase< Base, State, Collector > | |
| IWORKXMLContextBase (State &state) | |
| template<typename T > | |
| IWORKXMLContextBase (State &state, const T &a) | |
| State & | getState () |
Private Member Functions | |
| IWORKDictionary & | getDictionary () |
Private Attributes | |
| const int | m_id |
| const bool | m_nested |
| const bool | m_anonymous |
Additional Inherited Members | |
Protected Member Functions inherited from libetonyek::IWORKXMLContextBase< Base, State, Collector > | |
| Collector * | getCollector () const |
| int | getToken (const char *const value) const |
Protected Attributes inherited from libetonyek::IWORKXMLContextBase< Base, State, Collector > | |
| State & | m_state |
| libetonyek::IWORKStyleRefContext::IWORKStyleRefContext | ( | IWORKXMLParserState & | state, |
| int | id, | ||
| bool | nested = false, |
||
| bool | anonymous = false |
||
| ) |
|
virtual |
Referenced by libetonyek::KEY2StyleRefContext::attribute().
|
virtual |
Referenced by libetonyek::KEY2StyleRefContext::endOfElement().
|
private |
Referenced by endOfElement().
|
private |
Referenced by endOfElement().
|
private |
Referenced by endOfElement().
|
private |