56#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWP9READER_HXX
57#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWP9READER_HXX
59#include <config_lgpl.h>
Stream wrapper for sax writer.
Reader framework class for Lotus Word Pro 9 file.
void WriteDocHeader()
@descr Write xml document header
bool Read()
@descr The entrance of Word Pro 9 import filter.
LwpFileHeader m_LwpFileHdr
LwpObjectFactory * m_pObjMgr
bool ReadFileHeader()
@descr Read the LWP7 object.
void WriteDocEnd()
@descr Write xml document end
void ReadIndex()
@descr Read the index objects at the end of the WordProData stream
Lwp9Reader(LwpSvStream *InputStream, IXFStream *pStream)
LwpSvStream * m_pDocStream
bool ParseDocument()
@descr Parse all document content
object factory used for lwp object creation and maintenance
encapsulate XInputStream to provide SvStream like interfaces