#include <skXMLExecutable.h>
Inheritance diagram for skXMLExecutable:
Public Methods | |
skXMLExecutable () | |
Default Constructor. | |
skXMLExecutable (const skString& fileName) | |
Constructor - passed the name of a file to load an XML document from. | |
skXMLExecutable (const skString& scriptLocation,InputSource& in) | |
Constructor taking an input stream containing an XML document. | |
skXMLExecutable (const skString& scriptLocation,const skString& in) | |
Constructor taking a String containing an XML document. | |
void | load (const skString& scriptLocation,InputSource& in) |
This method causes the XML to be reloaded. More... | |
void | load (const skString& scriptLocation,const skString& in) |
This method causes the XML to be reloaded. More... | |
void | load (const skString& fileName) |
This method causes the XML 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 XML document out to the given file. |
|
This method causes the XML to be reloaded.
|
|
This method causes the XML to be reloaded.
|
|
Call this method to save the state of the object back to a stream.
|