ODTParser(3)
| ODTParser(3) | Library Functions Manual | ODTParser(3) |
NAME
ODTParser - The ODTParser class.
SYNOPSIS
#include <ODTParser.h>
Public Member Functions
ODTParser (const std::shared_ptr< MLBookProc >
&mlbp)
ODTParser constructor. UDBElement parseBook (const std::string
&book_content)
UDBase getBookInfo (const std::string &book_content)
Detailed Description
The ODTParser class.
This class contains methods for odt files parsing. In most cases you do not need to use it directly. Use CreateCollection and BookInfo instead.
Constructor & Destructor Documentation
ODTParser::ODTParser (const std::shared_ptr< MLBookProc > & mlbp)
ODTParser constructor.
Parameters
mlbp Smart pointer to MLBookProc
object.
Member Function Documentation
UDBase ODTParser::getBookInfo (const std::string & book_content)
Gets extra information from odt file.
Parameters
book_content File content.
Returns
UDBase containing found information.
UDBElement ODTParser::parseBook (const std::string & book_content)
Parses odt file.
Parameters
book_content File content.
Returns
BaseID::Book object.
Author
Generated automatically by Doxygen for MLBookProc from the source code.
| Version 2.1 | MLBookProc |
