Warning, /office/calligra/filters/libodfreader/Mainpage.dox is written in an unsupported language. File is not indexed.
0001 /** 0002 * \mainpage 0003 0004 The purpose of this library is to traverse the contents of an ODF file 0005 using so called XML stream reading. The library contains a recursive 0006 descent parser for ODF contents. At the time of this writing only an 0007 ODT parser is available but later we will provide parsers for all of 0008 the ODF document types. Much of the actual contents use the same XML 0009 elements so supporting a new document type is not a lot of work. 0010 0011 During the parsing functions are called in a backend class that the 0012 programmer should subclass in order to provide specific output from 0013 the parser. A so called reader context (OdfReaderContext) is 0014 maintained and passed to all functions in the backend class. This 0015 class should also be subclassed. For a very simple example, see the 0016 text export filter in filters/words/ascii/AsciiExport.cpp. 0017 0018 */ 0019 0020 // DOXYGEN_SET_PROJECT_NAME = KoOdfReader 0021 // DOXYGEN_SET_IGNORE_PREFIX = Ko K