#include <skElementExecutable.h>
Inheritance diagram for skElementExecutable:
Public Methods | |
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, istream &in) | |
Constructor taking an input stream containing an XML document. | |
skElementExecutable (const skString &scriptLocation, const skString &in, skExecutableContext &context) | |
Constructor taking a String containing an XML document. | |
void | load (const skString &scriptLocation, istream &in) |
This method causes the to be reloaded. | |
void | load (const skString &scriptLocation, const skString &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 (ostream &out) |
Call this method to save the state of the object back to a stream. | |
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 stream containing an XML document.
|
|
Constructor taking a String containing an XML document.
|
|
This method causes the to be loaded from a file.
|
|
This method causes the to be reloaded.
|
|
This method causes the to be reloaded.
|
|
Call this method to save the state of the object back to a stream.
|