libetonyek::IWORKXMLContextMinimal Class Reference

#include <IWORKXMLContextBase.h>

Inheritance diagram for libetonyek::IWORKXMLContextMinimal:
libetonyek::IWORKXMLContext libetonyek::IWORKXMLContextElement libetonyek::IWORKXMLContextEmpty libetonyek::IWORKXMLContextMixed libetonyek::IWORKXMLContextText

Protected Member Functions

 IWORKXMLContextMinimal ()
 
void startOfElement () override
 Signalize the start of an element. More...
 
void endOfElement () override
 Signalize the end of an element. More...
 

Additional Inherited Members

- Public Member Functions inherited from libetonyek::IWORKXMLContext
virtual ~IWORKXMLContext ()=0
 
virtual void attribute (int name, const char *value)=0
 Process an attribute. More...
 
virtual IWORKXMLContextPtr_t element (int name)=0
 Create a context for parsing a child element. More...
 
virtual void text (const char *value)=0
 Process textual content of an element. More...
 
virtual void CDATA (const char *value)
 Process CDATA content of an element. More...
 

Constructor & Destructor Documentation

libetonyek::IWORKXMLContextMinimal::IWORKXMLContextMinimal ( )
protected

Member Function Documentation

void libetonyek::IWORKXMLContextMinimal::endOfElement ( )
overrideprotectedvirtual

Signalize the end of an element.

Implements libetonyek::IWORKXMLContext.

void libetonyek::IWORKXMLContextMinimal::startOfElement ( )
overrideprotectedvirtual

Signalize the start of an element.

This can be used if initialization of the context needs virtual function calls.

Implements libetonyek::IWORKXMLContext.


The documentation for this class was generated from the following files:

Generated for libetonyek by doxygen 1.8.6