10#ifndef IWORKLINKELEMENT_H_INCLUDED
11#define IWORKLINKELEMENT_H_INCLUDED
void endOfElement() override
Signalize the end of an element.
Definition IWORKLinkElement.cpp:56
IWORKXMLContextPtr_t element(int name) override
Create a context for parsing a child element.
Definition IWORKLinkElement.cpp:36
IWORKLinkElement(IWORKXMLParserState &state)
Definition IWORKLinkElement.cpp:20
void attribute(int name, const char *value) override
Process an attribute.
Definition IWORKLinkElement.cpp:26
void text(const char *value) override
Process textual content of an element.
Definition IWORKLinkElement.cpp:50
bool m_opened
Definition IWORKLinkElement.h:30
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:20
IWORKXMLContextBase< IWORKXMLContextMixed, IWORKXMLParserState > IWORKXMLMixedContextBase
Definition IWORKXMLContextBase.h:126