#include <PAG1ShapeContext.h>
Private Member Functions | |
void | attribute (int name, const char *value) override |
Process an attribute. | |
IWORKXMLContextPtr_t | element (int name) override |
Create a context for parsing a child element. | |
Additional Inherited Members | |
![]() | |
PAGCollector & | getCollector () const |
int | getToken (const char *const value) const |
bool | isCollector () const |
![]() | |
void | startOfElement () override |
Signalize the start of an element. | |
void | endOfElement () override |
Signalize the end of an element. | |
![]() | |
IWORKCollector & | getCollector () const |
int | getToken (const char *const value) const |
bool | isCollector () const |
IWORKCollector & | getCollector () const |
int | getToken (const char *const value) const |
bool | isCollector () const |
![]() | |
IWORKXMLContextElement (IWORKXMLParserState &) | |
void | text (const char *value) override |
Process textual content of an element. | |
const boost::optional< ID_t > & | getId () const |
void | setId (const char *value) |
![]() | |
IWORKXMLContextMinimal () | |
void | startOfElement () override |
Signalize the start of an element. | |
void | endOfElement () override |
Signalize the end of an element. | |
![]() | |
PAG1ParserState & | m_state |
![]() | |
IWORKStylePtr_t | m_style |
boost::optional< IWORKWrap > | m_wrap |
boost::optional< int > | m_order |
bool | m_locked |
![]() | |
IWORKXMLParserState & | m_state |
IWORKXMLParserState & | m_state |
|
explicit |
Referenced by PAG1ShapeContext().
|
overrideprivatevirtual |
Process an attribute.
Attributes are fed to the current element's context one by one.
Reimplemented from libetonyek::IWORKShapeContext.
|
overrideprivatevirtual |
Create a context for parsing a child element.
Reimplemented from libetonyek::IWORKShapeContext.