10#ifndef IWORKFIELDELEMENT_H_INCLUDED
11#define IWORKFIELDELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
36 boost::optional<std::string>
m_val;
void text(const char *value) override
Process textual content of an element.
Definition IWORKFieldElement.cpp:62
IWORKFieldType m_type
Definition IWORKFieldElement.h:34
boost::optional< std::string > m_val
Definition IWORKFieldElement.h:36
IWORKXMLContextPtr_t element(int name) override
Create a context for parsing a child element.
Definition IWORKFieldElement.cpp:45
void endOfElement() override
Signalize the end of an element.
Definition IWORKFieldElement.cpp:68
boost::optional< unsigned > m_value
Definition IWORKFieldElement.h:35
void attribute(int name, const char *value) override
Process an attribute.
Definition IWORKFieldElement.cpp:29
IWORKFieldElement(IWORKXMLParserState &state, IWORKFieldType type)
Definition IWORKFieldElement.cpp:21
Definition IWORKXMLParserState.h:32
@ value
Definition IWORKToken.h:631
@ type
Definition IWORKToken.h:493
@ name
Definition IWORKToken.h:585
Definition IWORKBezierElement.cpp:21
IWORKFieldType
Definition IWORKEnum.h:144
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition IWORKXMLContext.h:20
IWORKXMLContextBase< IWORKXMLContextMixed, IWORKXMLParserState > IWORKXMLMixedContextBase
Definition IWORKXMLContextBase.h:126