Property to access the resource group used to load .xsd schema files.
More...
#include <XMLParserProperties.h>
|
static const String | XMLElementName |
|
static const String | NameXMLAttributeName |
|
static const String | ValueXMLAttributeName |
|
String | d_name |
| String that stores the Property name.
|
|
String | d_help |
| String that stores the Property help text.
|
|
String | d_default |
| String that stores the Property default value string.
|
|
bool | d_writeXML |
| Specifies whether writeXMLToStream should do anything for this property.
|
|
String | d_dataType |
| Holds data type of this property.
|
|
String | d_origin |
| Holds origin of this property.
|
|
Property to access the resource group used to load .xsd schema files.
- Usage:
-
◆ clone()
Property * CEGUI::XercesParserProperties::SchemaDefaultResourceGroup::clone |
( |
| ) |
const |
|
virtual |
◆ get()
String CEGUI::XercesParserProperties::SchemaDefaultResourceGroup::get |
( |
const PropertyReceiver * | receiver | ) |
const |
|
virtual |
Return the current value of the Property as a String.
- Parameters
-
receiver | Pointer to the target object. |
- Returns
- String object containing a textual representation of the current value of the Property
Implements CEGUI::Property.
◆ set()
void CEGUI::XercesParserProperties::SchemaDefaultResourceGroup::set |
( |
PropertyReceiver * | receiver, |
|
|
const String & | value ) |
|
virtual |
Sets the value of the property.
- Parameters
-
receiver | Pointer to the target object. |
value | A String object that contains a textual representation of the new value to assign to the Property. |
- Returns
- Nothing.
- Exceptions
-
Implements CEGUI::Property.