#include <skMSXMLExecutable.h>
Inheritance diagram for skMSXMLExecutable:

Public Member Functions | |
| skMSXMLExecutable () | |
| Default Constructor. | |
| skMSXMLExecutable (const skString &fileName, skExecutableContext &context) | |
| Constructor - passed the name of a file to load an XML document from. | |
| skMSXMLExecutable (const skString &scriptLocation, const skString &in, skExecutableContext &context) | |
| Constructor taking a String containing an XML document. | |
| void | load (const skString &scriptLocation, const skString &in, skExecutableContext &context) |
| This method causes the XML to be reloaded. | |
| void | load (const skString &fileName, skExecutableContext &context) |
| This method causes the XML to be loaded from a file.If there is an error, this method throws an skXMLParseException. | |
| void | save (const skString &fileName) |
| This method saves the current state as an XML document out to the given file. | |
|
||||||||||||
|
Constructor - passed the name of a file to load an XML document from.
|
|
||||||||||||||||
|
Constructor taking a String containing an XML document.
|
|
||||||||||||
|
This method causes the XML to be loaded from a file.If there is an error, this method throws an skXMLParseException.
|
|
||||||||||||||||
|
This method causes the XML to be reloaded. If there is an error, this method throws an skXMLParseException.
|
|
|
This method saves the current state as an XML document out to the given file.
|
1.3