10#ifndef IWORKLINKELEMENT_H_INCLUDED
11#define IWORKLINKELEMENT_H_INCLUDED
Definition: IWORKLinkElement.h:19
void endOfElement() override
Definition: IWORKLinkElement.cpp:56
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKLinkElement.cpp:36
IWORKLinkElement(IWORKXMLParserState &state)
Definition: IWORKLinkElement.cpp:20
void attribute(int name, const char *value) override
Definition: IWORKLinkElement.cpp:26
void text(const char *value) override
Definition: IWORKLinkElement.cpp:50
bool m_opened
Definition: IWORKLinkElement.h:30
Definition: IWORKXMLContextBase.h:28
Definition: IWORKXMLParserState.h:32
@ value
Definition: IWORKToken.h:631
@ name
Definition: IWORKToken.h:585
Definition: IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18