#include <IWORKXMLContextBase.h>
|  | 
| virtual | ~IWORKXMLContext ()=0 | 
|  | 
| virtual void | attribute (int name, const char *value)=0 | 
|  | Process an attribute.  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... 
 | 
|  | 
◆ IWORKXMLContextText()
◆ element()
Create a context for parsing a child element. 
- Returns
- A new context or an empty pointer if the child element cannot be handled. 
Implements libetonyek::IWORKXMLContext.
 
 
The documentation for this class was generated from the following files: