#include <IWORKXMLContextBase.h>
|
virtual | ~IWORKXMLContext ()=0 |
|
virtual void | startOfElement ()=0 |
| Signalize the start of an element.
|
|
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.
|
|
virtual void | endOfElement ()=0 |
| Signalize the end of an element.
|
|
◆ IWORKXMLContextElement()
◆ attribute()
void libetonyek::IWORKXMLContextElement::attribute |
( |
int |
name, |
|
|
const char * |
value |
|
) |
| |
|
overrideprotectedvirtual |
◆ getId()
const boost::optional< ID_t > & libetonyek::IWORKXMLContextElement::getId |
( |
| ) |
const |
|
protected |
◆ setId()
void libetonyek::IWORKXMLContextElement::setId |
( |
const char * |
value | ) |
|
|
protected |
◆ text()
void libetonyek::IWORKXMLContextElement::text |
( |
const char * |
value | ) |
|
|
overrideprotectedvirtual |
Process textual content of an element.
This function can be called more than once if the element has mixed content.
Implements libetonyek::IWORKXMLContext.
◆ m_id
boost::optional<ID_t> libetonyek::IWORKXMLContextElement::m_id |
|
private |
The documentation for this class was generated from the following files: