Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

xmlcodecbase.h File Reference

Definition of XmlCodecBase class. More...

#include "defs.h"
#include "options.h"
#include "iodevice.h"
#include "textcodec.h"
#include "saxreceptor.h"

Go to the source code of this file.

Compounds

class  XmlCodecBase
 An abstract predecessor of all XML codecs. More...


Enumerations

enum  XmlCoderType { UnknownCoder, PullCoder, PushCoder }
 The possible types of the coder. More...


Detailed Description

Definition of XmlCodecBase class.

This file contains the definition of XmlCodecBase class.

Definition in file xmlcodecbase.h.


Enumeration Type Documentation

enum XmlCoderType
 

The possible types of the coder.

Enumeration values:
UnknownCoder  An unknown coder.
PullCoder  A PULL coder.
PushCoder  A PUSH coder.

Definition at line 42 of file xmlcodecbase.h.


Generated on Wed Feb 5 10:43:04 2003 for Exalt by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002