Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members

IXMLReader.h File Reference

#include "IReferenceCounted.h"
#include "irrXML.h"

Go to the source code of this file.

Namespaces

namespace  irr
namespace  irr::io

Typedefs

typedef IIrrXMLReader< wchar_t,
IReferenceCounted > 
IXMLReader
 An xml reader for wide characters, derived from IReferenceCounted.
typedef IIrrXMLReader< c8,
IReferenceCounted > 
IXMLReaderUTF8
 An xml reader for ASCII or UTF-8 characters, derived from IReferenceCounted.


Typedef Documentation

typedef IIrrXMLReader<wchar_t, IReferenceCounted> irr::io::IXMLReader
 

An xml reader for wide characters, derived from IReferenceCounted.

This XML Parser can read any type of text files from any source Irrlicht can read. Just call IFileSystem::createXMLReader(). For more informations on how to use the parser, see IIrrXMLReader

Definition at line 19 of file IXMLReader.h.

typedef IIrrXMLReader<c8, IReferenceCounted> irr::io::IXMLReaderUTF8
 

An xml reader for ASCII or UTF-8 characters, derived from IReferenceCounted.

This XML Parser can read any type of text files from any source Irrlicht can read. Just call IFileSystem::createXMLReaderUTF8(). For more informations on how to use the parser, see IIrrXMLReader

Definition at line 25 of file IXMLReader.h.


The Irrlicht Engine
The Irrlicht Engine Documentation © 2003-2008 by Nikolaus Gebhardt. Generated on Sun Sep 21 08:57:46 2008 by Doxygen (1.4.2)