#include <y2util/LibXMLHelper.h>
#include <iostream>
#include <ostream>
#include <sstream>
#include <cassert>
#include <iterator>
Go to the source code of this file.
Classes | |
class | XMLParserError |
class for reporting syntax errors in XMLNodeIterator. More... | |
class | XMLNodeIteratorBase |
Abstract class to iterate over an xml stream. More... | |
class | XMLNodeIterator< ENTRYTYPE > |
Typedefs | |
typedef void * | xmlTextReaderLocatorPtr |
typedef _xmlNode | xmlNode |
typedef xmlNode * | xmlNodePtr |
typedef _xmlTextReader | xmlTextReader |
typedef xmlTextReader * | xmlTextReaderPtr |
typedef _xmlError | xmlError |
typedef xmlError * | xmlErrorPtr |
Functions | |
std::ostream & | operator<< (std::ostream &out, const XMLParserError &error) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|