frepple::CommandReadXMLString Class Reference
This command is used for reading XML input from a certain string.
More...
#include <model.h>
List of all members.
Detailed Description
This command is used for reading XML input from a certain string.
The command is not thread-safe: multiple threads can simultaneously access the same objects.
Definition at line 4276 of file model.h.
Constructor & Destructor Documentation
frepple::CommandReadXMLString::CommandReadXMLString |
( |
const string & |
s, |
|
|
const bool |
v = true , |
|
|
const bool |
o = false | |
|
) |
| | [inline] |
frepple::CommandReadXMLString::CommandReadXMLString |
( |
const bool |
v = true , |
|
|
const bool |
o = false | |
|
) |
| | [inline] |
Default constructor.
Definition at line 4284 of file model.h.
Member Function Documentation
void frepple::CommandReadXMLString::execute |
( |
|
) |
[virtual] |
PyObject * frepple::CommandReadXMLString::executePython |
( |
PyObject * |
self, |
|
|
PyObject * |
args | |
|
) |
| | [static] |
string frepple::CommandReadXMLString::getData |
( |
|
) |
[inline] |
Returns the data string.
Definition at line 4291 of file model.h.
bool frepple::CommandReadXMLString::getValidate |
( |
|
) |
[inline] |
Returns true if the schema validation has been enabled.
Definition at line 4297 of file model.h.
bool frepple::CommandReadXMLString::getValidateOnly |
( |
|
) |
[inline] |
Returns whether we only need to validate to data, or really execute them too.
Definition at line 4304 of file model.h.
void frepple::CommandReadXMLString::setData |
( |
const string & |
v |
) |
[inline] |
Updates the data string.
Definition at line 4288 of file model.h.
void frepple::CommandReadXMLString::setValidate |
( |
bool |
b |
) |
[inline] |
Enables or disables the validation.
Definition at line 4294 of file model.h.
void frepple::CommandReadXMLString::setValidateOnly |
( |
bool |
b |
) |
[inline] |
Only validate the input, do not really execute it.
Definition at line 4300 of file model.h.
The documentation for this class was generated from the following files: