17 #ifndef IMPPARSER_H_INCLUDED
18 #define IMPPARSER_H_INCLUDED
20 #include <boost/shared_ptr.hpp>
25 class WPXDocumentInterface;
38 IMPParser(WPXInputStream *input, WPXDocumentInterface *document);
52 boost::shared_ptr<WPXInputStream>
m_text;
57 #endif // IMPPARSER_H_INCLUDED
boost::shared_ptr< WPXInputStream > getFileStream(const char *name) const
Definition: IMPParser.cpp:251
void createTextStream()
Definition: IMPParser.cpp:208
Definition: IMPParser.h:31
IMPParser(const IMPParser &)
const IMPHeader m_header
Definition: IMPParser.h:48
boost::shared_ptr< WPXInputStream > m_text
Definition: IMPParser.h:52
boost::shared_ptr< WPXInputStream > m_resources
Definition: IMPParser.h:51
Definition: IMPCollector.h:29
IMPCollector m_collector
Definition: IMPParser.h:50
IMPParser & operator=(const IMPParser &)
WPXInputStream *const m_input
Definition: IMPParser.h:49
const char * name
Definition: FB2Token.cpp:26
bool parse()
Definition: IMPParser.cpp:197