Classes | |
struct | Data |
Public Member Functions | |
FB2Authors () | |
void | setFirstName (const WPXString &name) |
void | setMiddleName (const WPXString &name) |
void | setLastName (const WPXString &name) |
void | setNickname (const WPXString &name) |
void | finishAuthor () |
const std::deque< Data > & | getAuthors () const |
Private Attributes | |
std::deque< Data > | m_authors |
Data | m_current |
libebook::FB2Authors::FB2Authors | ( | ) |
void libebook::FB2Authors::finishAuthor | ( | ) |
Referenced by libebook::FB2AuthorContext::endOfElement().
const std::deque< FB2Authors::Data > & libebook::FB2Authors::getAuthors | ( | ) | const |
Referenced by libebook::FB2TitleInfoContext::endOfElement().
void libebook::FB2Authors::setFirstName | ( | const WPXString & | name | ) |
Referenced by libebook::FB2FirstNameContext::text().
void libebook::FB2Authors::setLastName | ( | const WPXString & | name | ) |
Referenced by libebook::FB2LastNameContext::text().
void libebook::FB2Authors::setMiddleName | ( | const WPXString & | name | ) |
Referenced by libebook::FB2MiddleNameContext::text().
void libebook::FB2Authors::setNickname | ( | const WPXString & | name | ) |
Referenced by libebook::FB2NicknameContext::text().
|
private |
Referenced by finishAuthor(), and getAuthors().
|
private |
Referenced by finishAuthor(), setFirstName(), setLastName(), setMiddleName(), and setNickname().