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