MyGUI  3.2.1
Namespaces | Data Structures | Typedefs | Functions
MyGUI::xml Namespace Reference

Namespaces

namespace  utility
 

Data Structures

struct  ElementType
 
struct  ErrorType
 
class  ElementEnumerator
 
class  Element
 
class  Document
 

Typedefs

typedef ElementElementPtr
 
typedef std::pair< std::string,
std::string > 
PairAttribute
 
typedef std::vector
< PairAttribute
VectorAttributes
 
typedef std::vector< ElementPtrVectorElement
 
typedef ElementEnumerator xmlNodeIterator
 
typedef ElementPtr xmlNodePtr
 
typedef Document xmlDocument
 

Functions

void open_stream (std::ofstream &_stream, const std::wstring &_wide)
 
void open_stream (std::ifstream &_stream, const std::wstring &_wide)
 

Typedef Documentation

Definition at line 104 of file MyGUI_XmlDocument.h.

typedef std::pair<std::string, std::string> MyGUI::xml::PairAttribute

Definition at line 107 of file MyGUI_XmlDocument.h.

Definition at line 108 of file MyGUI_XmlDocument.h.

typedef std::vector<ElementPtr> MyGUI::xml::VectorElement

Definition at line 109 of file MyGUI_XmlDocument.h.

Deprecated:
"use : class MyGUI::xml::Document"

Definition at line 365 of file MyGUI_XmlDocument.h.

Deprecated:
"use : class MyGUI::xml::ElementEnumerator"

Definition at line 361 of file MyGUI_XmlDocument.h.

Deprecated:
"use : class MyGUI::xml::ElementPtr"

Definition at line 363 of file MyGUI_XmlDocument.h.

Function Documentation

void MyGUI::xml::open_stream ( std::ofstream &  _stream,
const std::wstring &  _wide 
)
inline

Definition at line 363 of file MyGUI_XmlDocument.cpp.

void MyGUI::xml::open_stream ( std::ifstream &  _stream,
const std::wstring &  _wide 
)
inline

Definition at line 367 of file MyGUI_XmlDocument.cpp.