#include <skElementExecutable.h>
Inheritance diagram for skElementExecutable:
Public Member Functions | |
skElementExecutable () | |
Default Constructor. | |
skElementExecutable (const skString &fileName, skExecutableContext &context) | |
Constructor - passed the name of a file to load an XML document from. | |
skElementExecutable (const skString &scriptLocation, skInputSource &in, skExecutableContext &context) | |
Constructor taking an input source containing an XML document. | |
void | load (const skString &scriptLocation, skInputSource &in, skExecutableContext &context) |
This method causes the to be reloaded. | |
void | load (const skString &fileName, skExecutableContext &context) |
This method causes the to be loaded from a file. | |
void | save (skOutputDestination &out) |
Call this method to save the state of the object back to a destination. | |
void | save (const skString &fileName) |
This method saves the current state as an document out to the given file. |
This version uses the Expat XML parser to read documents.
|
Constructor - passed the name of a file to load an XML document from.
|
|
Constructor taking an input source containing an XML document.
|
|
This method causes the to be loaded from a file.
|
|
This method causes the to be reloaded.
|