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