#include <IWORKStyleRefContext.h>
Public Member Functions | |
| IWORKStyleRefContext (IWORKXMLParserState &state, const IWORKStyleMap_t &styleMap, bool nested=false, bool anonymous=false) | |
| virtual void | attribute (int name, const char *value) |
| virtual void | endOfElement () |
Private Attributes | |
| const IWORKStyleMap_t & | m_styleMap |
| const bool | m_nested |
| const bool | m_anonymous |
| libetonyek::IWORKStyleRefContext::IWORKStyleRefContext | ( | IWORKXMLParserState & | state, |
| const IWORKStyleMap_t & | styleMap, | ||
| bool | nested = false, |
||
| bool | anonymous = false |
||
| ) |
| void libetonyek::IWORKStyleRefContext::attribute | ( | int | name, |
| const char * | value | ||
| ) | [virtual] |
| void libetonyek::IWORKStyleRefContext::endOfElement | ( | ) | [virtual] |
const bool libetonyek::IWORKStyleRefContext::m_anonymous [private] |
const bool libetonyek::IWORKStyleRefContext::m_nested [private] |
Referenced by endOfElement().
const IWORKStyleMap_t& libetonyek::IWORKStyleRefContext::m_styleMap [private] |
Referenced by endOfElement().