#include <IWORKMutableArrayElement.h>
Private Types | |
typedef IWORKContainerContext< Type, NestedParser, Collector, Id, RefId > | Super_t |
typedef std::unordered_map< ID_t, Type > | ContextDict_t |
typedef std::unordered_map< ID_t, std::deque< Type > > | ArrayDict_t |
Private Member Functions | |
IWORKXMLContextPtr_t | element (const int name) override |
Create a context for parsing a child element. | |
void | endOfElement () override |
Signalize the end of an element. | |
Private Attributes | |
ArrayDict_t & | m_arrayDict |
std::deque< Type > & | m_elements |
Additional Inherited Members | |
![]() | |
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. | |
![]() | |
IWORKXMLParserState & | m_state |
IWORKXMLParserState & | m_state |
|
private |
|
private |
|
private |
|
inline |
|
inline |
|
inlineoverrideprivatevirtual |
Create a context for parsing a child element.
Reimplemented from libetonyek::IWORKContainerContext< Type, NestedParser, Collector, Id, 0 >.
|
inlineoverrideprivatevirtual |
Signalize the end of an element.
Reimplemented from libetonyek::IWORKContainerContext< Type, NestedParser, Collector, Id, 0 >.
|
private |
|
private |