10 #ifndef IWORKLINKELEMENT_H_INCLUDED 11 #define IWORKLINKELEMENT_H_INCLUDED 26 void text(
const char *value)
override;
35 #endif // IWORKLINKELEMENT_H_INCLUDED Definition: IWORKBezierElement.cpp:18
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
Definition: IWORKLinkElement.h:18
void endOfElement() override
Definition: IWORKLinkElement.cpp:53
void text(const char *value) override
Definition: IWORKLinkElement.cpp:47
const char * name
Definition: IWORKToken.cpp:43
void attribute(int name, const char *value) override
Definition: IWORKLinkElement.cpp:26
Definition: IWORKXMLContextBase.h:27
Definition: IWORKXMLParserState.h:30
IWORKLinkElement(IWORKXMLParserState &state)
Definition: IWORKLinkElement.cpp:20
bool m_opened
Definition: IWORKLinkElement.h:30
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKLinkElement.cpp:36