28 #ifndef _CEGUIXercesParserProperties_h_
29 #define _CEGUIXercesParserProperties_h_
31 #include "../../CEGUIProperty.h"
37 namespace XercesParserProperties
52 "SchemaDefaultResourceGroup",
53 "Property to get/set the resource group used when loading xsd schema "
54 "files. Value is a string describing the resource group name.",
67 #endif // end of guard _CEGUIXercesParserProperties_h_
Dummy base class to ensure correct casting of receivers.
Definition: CEGUIProperty.h:46
Property to access the resource group used to load .xsd schema files.
Definition: CEGUIXercesParserProperties.h:48
An abstract class that defines the interface to access object properties by name. ...
Definition: CEGUIProperty.h:61
Property(const String &name, const String &help, const String &defaultValue="", bool writesXML=true)
Creates a new Property object.
Definition: CEGUIProperty.h:81
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
String class used within the GUI system.
Definition: CEGUIString.h:57