27 #ifndef _CEGUIXMLSerializer_h_
28 #define _CEGUIXMLSerializer_h_
29 #include "CEGUI/Base.h"
30 #include "CEGUI/String.h"
34 # pragma warning(push)
35 # pragma warning(disable : 4251)
148 unsigned int getTagCount()
const;
155 operator bool ()
const
157 return false == d_error;
167 return false != d_error;
173 unsigned int d_tagCount;
175 size_t d_indentSpace;
180 CEGUI_VECTOR_ALLOC(
String)> d_tagStack;
193 static String convertEntityInAttribute(
const String& attributeValue);
203 #if defined(_MSC_VER)
204 # pragma warning(pop)
Definition: MemoryAllocatedObject.h:109
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
bool operator!() const
Check wether the XML Serializer status is invalid.
Definition: XMLSerializer.h:165
std::ostream OutStream
Output stream class.
Definition: Base.h:185
Class used to create XML Document.
Definition: XMLSerializer.h:85
String class used within the GUI system.
Definition: String.h:62