#include <MyGUI_XmlDocument.h>
|
enum | Enum {
OpenFileFail,
CreateFileFail,
IncorrectContent,
NotClosedElements,
NoXMLDeclaration,
CloseNotOpenedElement,
InconsistentOpenCloseElements,
MoreThanOneXMLDeclaration,
MoreThanOneRootElement,
IncorrectAttribute,
MAX
} |
|
Definition at line 56 of file MyGUI_XmlDocument.h.
Enumerator |
---|
OpenFileFail |
|
CreateFileFail |
|
IncorrectContent |
|
NotClosedElements |
|
NoXMLDeclaration |
|
CloseNotOpenedElement |
|
InconsistentOpenCloseElements |
|
MoreThanOneXMLDeclaration |
|
MoreThanOneRootElement |
|
IncorrectAttribute |
|
MAX |
|
Definition at line 58 of file MyGUI_XmlDocument.h.
MyGUI::xml::ErrorType::ErrorType |
( |
Enum |
_value = MAX | ) |
|
|
inline |
std::string MyGUI::xml::ErrorType::print |
( |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following file: