#include <skXMLExecutable.h>
Inheritance diagram for skXMLExecutable:
Public Member Functions | |
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. | |
void | load (const skString &scriptLocation, const skString &in) |
This method causes the XML to be reloaded. | |
void | load (const skString &fileName) |
This method causes the XML to be loaded from a file. | |
void | save (const skString &fileName) |
This method saves the current state as an XML document out to the given file. |
|
Constructor taking an input stream containing an XML document.
|
|
Constructor taking a String containing an XML document.
|
|
This method causes the XML to be reloaded.
|
|
This method causes the XML to be reloaded.
|