#include <IWORKXMLContextBase.h>
|
virtual | ~IWORKXMLContext ()=0 |
|
virtual void | attribute (int name, const char *value)=0 |
| Process an attribute.
|
|
virtual IWORKXMLContextPtr_t | element (int name)=0 |
| Create a context for parsing a child element.
|
|
virtual void | text (const char *value)=0 |
| Process textual content of an element.
|
|
virtual void | CDATA (const char *value) |
| Process CDATA content of an element.
|
|
◆ IWORKXMLContextMinimal()
libetonyek::IWORKXMLContextMinimal::IWORKXMLContextMinimal |
( |
| ) |
|
|
protected |
◆ endOfAttributes()
void libetonyek::IWORKXMLContextMinimal::endOfAttributes |
( |
| ) |
|
|
protectedvirtual |
◆ endOfElement()
void libetonyek::IWORKXMLContextMinimal::endOfElement |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ startOfElement()
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: