From 71e94ee161447b84c0eaabf6567f8fa62262cd3e Mon Sep 17 00:00:00 2001 From: Mirrorbot Date: Sat, 27 Dec 2025 17:53:06 -0600 Subject: Inital commit --- doc/html/irr_x_m_l_8h.html | 218 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 218 insertions(+) create mode 100644 doc/html/irr_x_m_l_8h.html (limited to 'doc/html/irr_x_m_l_8h.html') diff --git a/doc/html/irr_x_m_l_8h.html b/doc/html/irr_x_m_l_8h.html new file mode 100644 index 0000000..931e707 --- /dev/null +++ b/doc/html/irr_x_m_l_8h.html @@ -0,0 +1,218 @@ + + + + +Irrlicht 3D Engine: irrXML.h File Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irrXML.h File Reference
+
+
+ +

Header file of the irrXML, the Irrlicht XML parser. +More...

+
#include <stdio.h>
+#include "IrrCompileConfig.h"
+
+

Go to the source code of this file.

+

+Classes

+ +

+Namespaces

+
    +
  • namespace irr +

    Everything in the Irrlicht Engine can be found in this namespace.

    +
  • namespace irr::io +

    This namespace provides interfaces for input/output: Reading and writing files, accessing zip archives, xml files, ...

    +
+

+Typedefs

+ +

+Enumerations

+ +

+Functions

+
    +
  • IRRLICHT_API IrrXMLReader
    +*IRRCALLCONV irr::io::createIrrXMLReader (const char *filename) +
    Creates an instance of an UFT-8 or ASCII character xml parser.
  • IRRLICHT_API IrrXMLReader
    +*IRRCALLCONV irr::io::createIrrXMLReader (FILE *file) +
    Creates an instance of an UFT-8 or ASCII character xml parser.
  • IRRLICHT_API IrrXMLReader
    +*IRRCALLCONV irr::io::createIrrXMLReader (IFileReadCallBack *callback, bool deleteCallback=false) +
    Creates an instance of an UFT-8 or ASCII character xml parser.
  • IRRLICHT_API IrrXMLReaderUTF16
    +*IRRCALLCONV irr::io::createIrrXMLReaderUTF16 (const char *filename) +
    Creates an instance of an UFT-16 xml parser.
  • IRRLICHT_API IrrXMLReaderUTF16
    +*IRRCALLCONV irr::io::createIrrXMLReaderUTF16 (FILE *file) +
    Creates an instance of an UFT-16 xml parser.
  • IRRLICHT_API IrrXMLReaderUTF16
    +*IRRCALLCONV irr::io::createIrrXMLReaderUTF16 (IFileReadCallBack *callback, bool deleteCallback=false) +
    Creates an instance of an UFT-16 xml parser.
  • IRRLICHT_API IrrXMLReaderUTF32
    +*IRRCALLCONV irr::io::createIrrXMLReaderUTF32 (const char *filename) +
    Creates an instance of an UFT-32 xml parser.
  • IRRLICHT_API IrrXMLReaderUTF32
    +*IRRCALLCONV irr::io::createIrrXMLReaderUTF32 (FILE *file) +
    Creates an instance of an UFT-32 xml parser.
  • IRRLICHT_API IrrXMLReaderUTF32
    +*IRRCALLCONV irr::io::createIrrXMLReaderUTF32 (IFileReadCallBack *callback, bool deleteCallback=false) +
    Creates an instance of an UFT-32 xml parser.
+

Detailed Description

+

Header file of the irrXML, the Irrlicht XML parser.

+

This file includes everything needed for using irrXML, the XML parser of the Irrlicht Engine. To use irrXML, you only need to include this file in your project:

+
    #include <irrXML.h>
+

It is also common to use the two namespaces in which irrXML is included, directly after including irrXML.h:

+
    #include <irrXML.h>
+    using namespace irr;
+    using namespace io;
+
+

Definition in file irrXML.h.

+
+
+ + + + + -- cgit v1.2.3-70-g09d2