27 #ifndef _CEGUIXercesParserProperties_h_
28 #define _CEGUIXercesParserProperties_h_
30 #include "../../Property.h"
36 namespace XercesParserProperties
47 class SchemaDefaultResourceGroup :
public Property
50 SchemaDefaultResourceGroup() :
Property(
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.",
58 String
get(
const PropertyReceiver* receiver)
const;
59 void set(PropertyReceiver* receiver,
const String& value);
67 #endif // end of guard _CEGUIXercesParserProperties_h_
Main namespace for Crazy Eddie's GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42
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: cegui/include/CEGUI/Property.h:91
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Definition: XMLParserProperties.cpp:45