10 #ifndef PAG1ANNOTATIONELEMENT_H_INCLUDED
11 #define PAG1ANNOTATIONELEMENT_H_INCLUDED
13 #include <boost/optional.hpp>
28 void text(
const char *value)
override;
33 boost::optional<ID_t>
m_id;
38 #endif // PAG1ANNOTATIONELEMENT_H_INCLUDED
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
Definition: IWORKXMLContext.h:22
Definition: IWORKToken.h:631
Definition: PAG1XMLContextBase.h:22
IWORKXMLContext & m_container
Definition: PAG1AnnotationElement.h:31
void text(const char *value) override
Definition: PAG1AnnotationElement.cpp:46
void attribute(int name, const char *value) override
Definition: PAG1AnnotationElement.cpp:28
const char * name
Definition: IWORKToken.cpp:43
boost::optional< ID_t > m_id
Definition: PAG1AnnotationElement.h:33
IWORKXMLContextPtr_t element(int name) override
Definition: PAG1AnnotationElement.cpp:41
Definition: PAG1ParserState.h:23
PAG1AnnotationElement(PAG1ParserState &state, IWORKXMLContext &container, bool isRef=false)
Definition: PAG1AnnotationElement.cpp:20
bool m_isRef
Definition: PAG1AnnotationElement.h:32
void endOfElement() override
Definition: PAG1AnnotationElement.cpp:51
Definition: PAG1AnnotationElement.h:19