#include <IWORKStyleContainer.h>
Public Member Functions | |
IWORKStyleContainer (IWORKXMLParserState &state, IWORKStylePtr_t &style, IWORKStyleMap_t &styleMap) | |
IWORKStyleContainer (IWORKXMLParserState &state, IWORKStylePtr_t &style, IWORKStyleMap_t &styleMap, IWORKStyleMap_t &styleMap2) | |
![]() | |
IWORKXMLContextBase (IWORKXMLParserState &state) | |
IWORKXMLContextBase (IWORKXMLParserState &state, const T &a) | |
IWORKXMLParserState & | getState () |
IWORKXMLContextBase (IWORKXMLParserState &state) | |
IWORKXMLContextBase (IWORKXMLParserState &state, const T &a) | |
IWORKXMLParserState & | getState () |
![]() | |
virtual | ~IWORKXMLContext ()=0 |
virtual void | CDATA (const char *value) |
Process CDATA content of an element. | |
Protected Member Functions | |
IWORKXMLContextPtr_t | element (int name) override |
Create a context for parsing a child element. | |
void | endOfElement () override |
Signalize the end of an element. | |
![]() | |
IWORKCollector & | getCollector () const |
int | getToken (const char *const value) const |
bool | isCollector () const |
IWORKCollector & | getCollector () const |
int | getToken (const char *const value) const |
bool | isCollector () const |
![]() | |
IWORKXMLContextElement (IWORKXMLParserState &) | |
void | attribute (int name, const char *value) override |
Process an attribute. | |
void | text (const char *value) override |
Process textual content of an element. | |
const boost::optional< ID_t > & | getId () const |
void | setId (const char *value) |
![]() | |
IWORKXMLContextMinimal () | |
void | startOfElement () override |
Signalize the start of an element. | |
void | endOfElement () override |
Signalize the end of an element. | |
Private Member Functions | |
IWORKStyleContainer (IWORKStyleContainer const &) | |
IWORKStyleContainer & | operator= (IWORKStyleContainer const &) |
Private Attributes | |
IWORKStylePtr_t & | m_style |
IWORKStyleMap_t & | m_styleMap |
std::shared_ptr< IWORKStyleContext > | m_context |
boost::optional< ID_t > | m_ref |
IWORKStyleMap_t * | m_styleMap2 |
boost::optional< ID_t > | m_ref2 |
Additional Inherited Members | |
![]() | |
IWORKXMLParserState & | m_state |
IWORKXMLParserState & | m_state |
libetonyek::IWORKStyleContainer< TokenId, RefTokenId, TokenId2, RefTokenId2 >::IWORKStyleContainer | ( | IWORKXMLParserState & | state, |
IWORKStylePtr_t & | style, | ||
IWORKStyleMap_t & | styleMap ) |
Referenced by IWORKStyleContainer(), and operator=().
libetonyek::IWORKStyleContainer< TokenId, RefTokenId, TokenId2, RefTokenId2 >::IWORKStyleContainer | ( | IWORKXMLParserState & | state, |
IWORKStylePtr_t & | style, | ||
IWORKStyleMap_t & | styleMap, | ||
IWORKStyleMap_t & | styleMap2 ) |
|
private |
|
overrideprotectedvirtual |
Create a context for parsing a child element.
Implements libetonyek::IWORKXMLContext.
|
overrideprotectedvirtual |
Signalize the end of an element.
Implements libetonyek::IWORKXMLContext.
|
private |
|
private |
Referenced by element(), endOfElement(), IWORKStyleContainer(), and IWORKStyleContainer().
|
private |
Referenced by element(), endOfElement(), IWORKStyleContainer(), and IWORKStyleContainer().
|
private |
Referenced by element(), endOfElement(), IWORKStyleContainer(), and IWORKStyleContainer().
|
private |
Referenced by endOfElement(), IWORKStyleContainer(), and IWORKStyleContainer().
|
private |
Referenced by element(), endOfElement(), IWORKStyleContainer(), and IWORKStyleContainer().
|
private |
Referenced by element(), endOfElement(), IWORKStyleContainer(), and IWORKStyleContainer().