#include <IWORKLinkElement.h>
Public Member Functions | |
| IWORKLinkElement (IWORKXMLParserState &state) | |
Protected Member Functions | |
| virtual void | attribute (int name, const char *value) |
| virtual IWORKXMLContextPtr_t | element (int name) |
| virtual void | text (const char *value) |
| virtual void | endOfElement () |
Private Attributes | |
| bool | m_opened |
| libetonyek::IWORKLinkElement::IWORKLinkElement | ( | IWORKXMLParserState & | state | ) | [explicit] |
| void libetonyek::IWORKLinkElement::attribute | ( | int | name, |
| const char * | value | ||
| ) | [protected, virtual] |
| IWORKXMLContextPtr_t libetonyek::IWORKLinkElement::element | ( | int | name | ) | [protected, virtual] |
| void libetonyek::IWORKLinkElement::endOfElement | ( | ) | [protected, virtual] |
| void libetonyek::IWORKLinkElement::text | ( | const char * | value | ) | [protected, virtual] |
bool libetonyek::IWORKLinkElement::m_opened [private] |
Referenced by attribute(), and endOfElement().