#include <skElementExecutable.h>
Inheritance diagram for skElementExecutable::
Public Methods | |
skElementExecutable () | |
Default Constructor. | |
skElementExecutable (const skString &fileName) | |
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) | |
Constructor taking a String containing an XML document. | |
void | load (const skString &scriptLocation, istream &in) |
This method causes the to be reloaded. More... | |
void | load (const skString &scriptLocation, const skString &in) |
This method causes the to be reloaded. More... | |
void | load (const skString &fileName) |
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. More... | |
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.
|
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.
|