IWORKPropertyContextBase(IWORKXMLParserState &state, IWORKPropertyMap &propMap)
Definition IWORKPropertyContextBase.cpp:15
IWORKPropertyMap & m_propMap
Definition IWORKPropertyContextBase.h:26
bool m_default
Definition IWORKPropertyContextBase.h:27
void endOfElement() override
Signalize the end of an element.
Definition IWORKPropertyContext.h:57
IWORKPropertyContext(IWORKXMLParserState &state, IWORKPropertyMap &propMap)
Definition IWORKPropertyContext.h:37
boost::optional< typename IWORKPropertyInfo< Property >::ValueType > m_value
Definition IWORKPropertyContext.h:33
IWORKXMLContextPtr_t element(int name) override
Create a context for parsing a child element.
Definition IWORKPropertyContext.h:44
IWORKXMLParserState & getState()
Definition IWORKXMLContextBase.h:43
const ValueT & get(const detail::IWAFieldImpl< TagV, ValueT, Reader > &field)
Definition IWAField.h:190