#include <IWORKXMLContextBase.h>
Protected Member Functions | |
| IWORKXMLContextMinimal () | |
| virtual void | startOfElement () |
| Signalize the start of an element. | |
| virtual void | endOfAttributes () |
| virtual void | endOfElement () |
| Signalize the end of an element. | |
| libetonyek::IWORKXMLContextMinimal::IWORKXMLContextMinimal | ( | ) | [protected] |
| void libetonyek::IWORKXMLContextMinimal::endOfAttributes | ( | ) | [protected, virtual] |
| void libetonyek::IWORKXMLContextMinimal::endOfElement | ( | ) | [protected, virtual] |
Signalize the end of an element.
Implements libetonyek::IWORKXMLContext.
| void libetonyek::IWORKXMLContextMinimal::startOfElement | ( | ) | [protected, virtual] |
Signalize the start of an element.
This can be used if initialization of the context needs virtual function calls.
Implements libetonyek::IWORKXMLContext.