Umasoft
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Classes | Functions
easyxml.hpp File Reference
#include "exception.hpp"
#include <iostream>
#include <string>
#include <vector>
#include "zlib.h"

Go to the source code of this file.

Classes

class  XMLAttributes
 
class  XMLAttributesDefault
 
class  XMLVisitor
 

Functions

void readCompressedXML (gzFile fp, XMLVisitor &visitor, const string &path="", int iFileLength=-1, bool progress_callback(int)=NULL)
 

Detailed Description

Declarations for the XML parser. Written by David Megginson, 2000-2001 This file is in the Public Domain, and comes with NO WARRANTY of any kind.