IWORKPropertyContextBase(IWORKXMLParserState &state, IWORKPropertyMap &propMap)
Definition IWORKPropertyContextBase.cpp:15
IWORKPropertyMap & m_propMap
Definition IWORKPropertyContextBase.h:26
bool m_default
Definition IWORKPropertyContextBase.h:27
IWORKPropertyInfo< Property >::ValueType m_value
Definition IWORKPtrPropertyContext.h:30
void endOfElement() override
Signalize the end of an element.
Definition IWORKPtrPropertyContext.h:50
IWORKXMLContextPtr_t element(int name) override
Create a context for parsing a child element.
Definition IWORKPtrPropertyContext.h:41
IWORKPtrPropertyContext(IWORKXMLParserState &state, IWORKPropertyMap &propMap)
Definition IWORKPtrPropertyContext.h:34
IWORKXMLParserState & getState()
Definition IWORKXMLContextBase.h:43