10 #ifndef IWORKLINKELEMENT_H_INCLUDED
11 #define IWORKLINKELEMENT_H_INCLUDED
26 void text(
const char *value)
override;
35 #endif // IWORKLINKELEMENT_H_INCLUDED
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
Definition: IWORKLinkElement.h:18
Definition: IWORKToken.h:631
void endOfElement() override
Definition: IWORKLinkElement.cpp:56
void text(const char *value) override
Definition: IWORKLinkElement.cpp:50
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:31
IWORKLinkElement(IWORKXMLParserState &state)
Definition: IWORKLinkElement.cpp:20
bool m_opened
Definition: IWORKLinkElement.h:30
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKLinkElement.cpp:36