10 #ifndef KEY1SPANELEMENT_H_INCLUDED 11 #define KEY1SPANELEMENT_H_INCLUDED 21 class KEY1ParserState;
41 static void sendCDATA(
const char *
value, std::shared_ptr<IWORKText> currentText,
IWORKStylePtr_t spanStyle,
bool &delayedLineBreak);
44 void attribute(
int name,
const char *value)
override;
46 void CDATA(
const char *value)
override;
47 void text(
const char *value)
override;
48 void endOfElement()
override;
61 #endif // KEY1SPANELEMENT_H_INCLUDED Definition: IWORKBezierElement.cpp:20
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
Definition: KEY1ParserState.h:44
Represents a (hierarchical) property map.
Definition: IWORKPropertyMap.h:24
Definition: KEY1SpanElement.h:36
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition: IWORKStyle_fwd.h:21
bool m_opened
Definition: KEY1SpanElement.h:55
Definition: IWORKToken.h:624
Definition: KEY1SpanElement.h:23
Definition: IWORKToken.h:465
KEY1SpanStyle m_style
Definition: KEY1SpanElement.h:54
IWORKStylePtr_t getStyle()
Definition: KEY1SpanElement.cpp:111
IWORKStylePtr_t m_parentStyle
Definition: KEY1SpanElement.h:32
KEY1SpanStyle(KEY1ParserState &state, IWORKStylePtr_t parentStyle)
Definition: KEY1SpanElement.cpp:26
const char * name
Definition: IWORKToken.cpp:43
Definition: KEY1XMLContextBase.h:22
bool & m_delayedLineBreak
Definition: KEY1SpanElement.h:56
IWORKStylePtr_t m_style
Definition: KEY1SpanElement.h:31
IWORKPropertyMap m_propMap
Definition: KEY1SpanElement.h:33
bool readAttribute(int name, const char *value)
Definition: KEY1SpanElement.cpp:33
Definition: IWORKToken.h:188