27 #ifndef _CEGUIXercesParserProperties_h_
28 #define _CEGUIXercesParserProperties_h_
30 #include "../../Property.h"
36 namespace XercesParserProperties
51 "SchemaDefaultResourceGroup",
52 "Property to get/set the resource group used when loading xsd schema "
53 "files. Value is a string describing the resource group name.",
67 #endif // end of guard _CEGUIXercesParserProperties_h_
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Dummy base class to ensure correct casting of receivers.
Definition: Property.h:45
Property to access the resource group used to load .xsd schema files.
Definition: XMLParserProperties.h:47
An abstract class that defines the interface to access object properties by name. ...
Definition: Property.h:60
Property(const String &name, const String &help, const String &defaultValue="", bool writesXML=true, const String &dataType="Unknown", const String &origin="Unknown")
Creates a new Property object.
Definition: Property.h:91
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
String class used within the GUI system.
Definition: String.h:62