#include <IWORKXMLContextBase.h>
 
  
 | Protected Member Functions | |
| IWORKXMLContextText (IWORKXMLParserState &) | |
| virtual IWORKXMLContextPtr_t | element (int token) | 
| Create a context for parsing a child element.  More... | |
|  Protected Member Functions inherited from libetonyek::IWORKXMLContextMinimal | |
| IWORKXMLContextMinimal () | |
| virtual void | startOfElement () | 
| Signalize the start of an element.  More... | |
| virtual void | endOfAttributes () | 
| virtual void | endOfElement () | 
| 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 void | text (const char *value)=0 | 
| Process textual content of an element.  More... | |
| 
 | explicitprotected | 
| 
 | protectedvirtual | 
Create a context for parsing a child element.
Implements libetonyek::IWORKXMLContext.