ABWXMLHelper.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /*
3  * This file is part of the libabw project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
9 
10 #ifndef __ABWXMLHELPER_H__
11 #define __ABWXMLHELPER_H__
12 
13 #include <libwpd-stream/libwpd-stream.h>
14 #include <libxml/xmlreader.h>
15 
16 namespace libabw
17 {
18 
19 // create an xmlTextReader pointer from a WPXInputStream pointer
20 // needs to be freed using xmlTextReaderFree function.
21 
22 xmlTextReaderPtr xmlReaderForStream(WPXInputStream *input);
23 
24 } // namespace libabw
25 
26 #endif // __ABWXMLHELPER_H__
27 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
xmlTextReaderPtr xmlReaderForStream(WPXInputStream *input)
Definition: ABWXMLHelper.cpp:76

Generated for libwpd by doxygen 1.8.5