Function save from xml
Brief description
save(pool:XMLDataPool,filename:String):void
Saves an XML data pool to a file More ...
Function information
Name: | save |
Base: | XMLDataPool |
Group: | XML plugins:XML data pool |
Icon: | system.png |
Color: | black |
Authors: | |
Copyright: |
Detailed description
Saves an XML data pool to a file.
Input parameters
-
pool:
XMLDataPool
- Instance of an XML pool.
-
filename:
String
- Name of the XML file to save.
Return values
-
Default return value:
void