#include <PAG1ParserState.h>
Public Member Functions | |
PAG1ParserState (PAG1Parser &parser, PAGCollector &collector, PAG1Dictionary &dict) | |
PAGCollector & | getCollector () |
PAG1Dictionary & | getDictionary () |
![]() | |
IWORKXMLParserState (IWORKParser &parser, IWORKCollector &collector, IWORKDictionary &dict) | |
IWORKParser & | getParser () |
IWORKDictionary & | getDictionary () |
IWORKCollector & | getCollector () const |
const IWORKTokenizer & | getTokenizer () const |
Public Attributes | |
PAGFootnoteState | m_footnoteState |
![]() | |
IWORKTableDataPtr_t | m_tableData |
IWORKStylesheetPtr_t | m_stylesheet |
bool | m_enableCollector |
IWORKTableNameMapPtr_t | m_tableNameMap |
IWORKLanguageManager | m_langManager |
std::shared_ptr< IWORKTable > | m_currentTable |
std::shared_ptr< IWORKText > | m_currentText |
Private Member Functions | |
PAG1ParserState (const PAG1ParserState &) | |
PAG1ParserState & | operator= (const PAG1ParserState &) |
Private Attributes | |
PAGCollector & | m_collector |
PAG1Dictionary & | m_dict |
|
private |
libetonyek::PAG1ParserState::PAG1ParserState | ( | PAG1Parser & | parser, |
PAGCollector & | collector, | ||
PAG1Dictionary & | dict | ||
) |
PAGCollector & libetonyek::PAG1ParserState::getCollector | ( | ) |
PAG1Dictionary & libetonyek::PAG1ParserState::getDictionary | ( | ) |
|
private |
|
private |
Referenced by getCollector().
|
private |
Referenced by getDictionary().
PAGFootnoteState libetonyek::PAG1ParserState::m_footnoteState |