Function set from xml
Brief description
set(pool:XMLDataPool,key:String,attribute:String,value:String):void
Sets the value of the given attribute More ...
Function information
Name: | set |
Base: | XMLDataPool |
Group: | XML plugins:XML data pool |
Icon: | system.png |
Color: | black |
Authors: | |
Copyright: |
Detailed description
Sets the value of the given attribute. See the operator[] documentation for more details on keys.
Input parameters
-
pool:
XMLDataPool
- Instance of an XML pool.
-
key:
String
- Key address of the content.
-
attribute:
String
- Name of the attribute.
-
value:
String
- Name of the entry.
Return values
-
Default return value:
void