libzypp 17.31.23
libxmlfwd.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
12#ifndef ZYPP_PARSER_XML_LIBXMLFWD_H
13#define ZYPP_PARSER_XML_LIBXMLFWD_H
14
15#include <libxml/xmlreader.h>
16#include <libxml/xmlerror.h>
17
18#include <iosfwd>
19
21namespace zypp
22{
24 namespace xml
25 {
26
27 typedef xmlTextReaderMode ReadState;
29 std::ostream & operator<<( std::ostream & str, const ReadState & obj );
30
31 typedef xmlReaderTypes NodeType;
33 std::ostream & operator<<( std::ostream & str, const NodeType & obj );
34
36 } // namespace xml
39} // namespace zypp
41#endif // ZYPP_PARSER_XML_LIBXMLFWD_H
String related utilities and Regular expression matching.
std::ostream & operator<<(std::ostream &str, const ReadState &obj)
Definition: libxmlfwd.cc:29
xmlTextReaderMode ReadState
Definition: libxmlfwd.h:27
xmlReaderTypes NodeType
Definition: libxmlfwd.h:31
Easy-to use interface to the ZYPP dependency resolver.
Definition: CodePitfalls.doc:2