|
|
Inherits SimObject, and SimObject.
Methods | |
| void | addComment (string comment) |
| void | addComment (string comment) |
| void | addData (string text) |
| void | addData (string text) |
| void | addHeader () |
| void | addHeader () |
| void | addNewElement (string name) |
| void | addNewElement (string name) |
| void | addText (string text) |
| void | addText (string text) |
| string | attribute (string attribute) |
| string | attribute (string attribute) |
| bool | attributeExists (string attribute) |
| bool | attributeExists (string attribute) |
| float | attributeF32 (string attribute) |
| float | attributeF32 (string attribute) |
| int | attributeS32 (string attribute) |
| int | attributeS32 (string attribute) |
| void | clear () |
| void | clear () |
| void | clearError () |
| void | clearError () |
| string | elementValue () |
| string | elementValue () |
| string | firstAttribute () |
| string | firstAttribute () |
| string | getData () |
| string | getData () |
| string | getErrorDesc () |
| string | getErrorDesc () |
| string | getText () |
| string | getText () |
| string | lastAttribute () |
| string | lastAttribute () |
| int | loadFile (string fileName) |
| int | loadFile (string fileName) |
| string | nextAttribute () |
| string | nextAttribute () |
| bool | nextSiblingElement (string name) |
| bool | nextSiblingElement (string name) |
| int | parse (string txtXML) |
| int | parse (string txtXML) |
| void | popElement () |
| void | popElement () |
| string | prevAttribute () |
| string | prevAttribute () |
| bool | pushChildElement (int index) |
| bool | pushChildElement (int index) |
| bool | pushFirstChildElement (string name) |
| bool | pushFirstChildElement (string name) |
| void | pushNewElement (string name) |
| void | pushNewElement (string name) |
| string | readComment (S32 index) |
| string | readComment (S32 index) |
| void | removeText () |
| void | removeText () |
| void | reset () |
| void | reset () |
| int | saveFile (string fileName) |
| int | saveFile (string fileName) |
| void | setAttribute (string attributeName, string attributeValue) |
| void | setAttribute (string attributeName, string attributeValue) |
| void | setObjectAttributes (string attributeValue) |
| void | setObjectAttributes (string attributeValue) |
Methods inherited from SimObject | |
| void | addFieldFilter (fieldName) |
| void | addFieldFilter (fieldName) |
| string | call (%args) |
| string | call (%args) |
| int | clone ([bool copyDynamicFields?=false]) |
| int | clone ([bool copyDynamicFields?=false]) |
| void | delete () |
| void | delete () |
| void | dump () |
| void | dump () |
| void | dumpClassHierarchy () |
| void | dumpClassHierarchy () |
| string | getClassName () |
| string | getClassName () |
| string | getClassNamespace () |
| string | getClassNamespace () |
| string | getDynamicField (index) |
| string | getDynamicField (index) |
| int | getDynamicFieldCount () |
| int | getDynamicFieldCount () |
| string | getField (int index) |
| string | getField (int index) |
| int | getFieldCount () |
| int | getFieldCount () |
| string | getFieldType (fieldName) |
| string | getFieldType (fieldName) |
| string | getFieldValue (fieldName) |
| string | getFieldValue (fieldName) |
| int | getGroup () |
| int | getGroup () |
| int | getId () |
| int | getId () |
| string | getInternalName () |
| string | getInternalName () |
| string | getName () |
| string | getName () |
| string | getProgenitorFile () |
| string | getProgenitorFile () |
| string | getSuperClassNamespace () |
| string | getSuperClassNamespace () |
| int | getType () |
| int | getType () |
| bool | isChildOfGroup () |
| bool | isChildOfGroup () |
| bool | isMemberOfClass (string classname) |
| bool | isMemberOfClass (string classname) |
| bool | isMethod (string method name) |
| bool | isMethod (string method name) |
| bool | isTimerActive () |
| bool | isTimerActive () |
| void | removeFieldFilter (fieldName) |
| void | removeFieldFilter (fieldName) |
| bool | save (fileName,[selectedOnly]) |
| bool | save (fileName,[selectedOnly]) |
| int | schedule (time, command,< arg1...argN >) |
| int | schedule (time, command,< arg1...argN >) |
| void | setClassNamespace () |
| void | setClassNamespace () |
| bool | setFieldValue (fieldName, value) |
| bool | setFieldValue (fieldName, value) |
| void | setInternalName () |
| void | setInternalName () |
| void | setName (newName) |
| void | setName (newName) |
| void | setProgenitorFile (file) |
| void | setProgenitorFile (file) |
| void | setSuperClassNamespace () |
| void | setSuperClassNamespace () |
| bool | startTimer (callbackFunction, float timePeriod,[repeat]) |
| bool | startTimer (callbackFunction, float timePeriod,[repeat]) |
| void | stopTimer () |
| void | stopTimer () |
Fields | |
SimBase | |
| bool | canSaveDynamicFields |
| string | internalName |
| SimObjectPtr | parentGroup |
Namespace Linking | |
| string | superclass |
| string | class |
Fields inherited from SimObject | |
| bool | canSaveDynamicFields |
| string | internalName |
| SimObjectPtr | parentGroup |
| string | superclass |
| string | class |
| void SimXMLDocument::addComment | ( | string | comment | ) |
Add the given comment as a child of current stack element.
| comment | The desired comment to add |
| void SimXMLDocument::addComment | ( | string | comment | ) |
Add the given comment as a child of current stack element.
| comment | The desired comment to add |
| void SimXMLDocument::addData | ( | string | text | ) |
Add the given text as a child of current stack element.
| The | desired text to add |
| void SimXMLDocument::addData | ( | string | text | ) |
Add the given text as a child of current stack element.
| The | desired text to add |
| void SimXMLDocument::addHeader | ( | ) |
Add XML header to document.
| void SimXMLDocument::addHeader | ( | ) |
Add XML header to document.
| void SimXMLDocument::addNewElement | ( | string | name | ) |
Create new element as child of current stack element and push new element on to stack.
| name | The anme of the new element |
| void SimXMLDocument::addNewElement | ( | string | name | ) |
Create new element as child of current stack element and push new element on to stack.
| name | The anme of the new element |
| void SimXMLDocument::addText | ( | string | text | ) |
Add the given text as a child of current stack element.
| text | The desired text to add |
| void SimXMLDocument::addText | ( | string | text | ) |
Add the given text as a child of current stack element.
| text | The desired text to add |
| string SimXMLDocument::attribute | ( | string | attribute | ) |
Get attribute value if it exists.
| attribute | The desired SimXMLDocument attribute |
| string SimXMLDocument::attribute | ( | string | attribute | ) |
Get attribute value if it exists.
| attribute | The desired SimXMLDocument attribute |
| bool SimXMLDocument::attributeExists | ( | string | attribute | ) |
Get true if named attribute exists.
| attribute | The desired attribute's name |
| bool SimXMLDocument::attributeExists | ( | string | attribute | ) |
Get true if named attribute exists.
| attribute | The desired attribute's name |
| float SimXMLDocument::attributeF32 | ( | string | attribute | ) |
Get attribute value if it exists.
| attribute | The desired SimXMLDocument attribute |
| float SimXMLDocument::attributeF32 | ( | string | attribute | ) |
Get attribute value if it exists.
| attribute | The desired SimXMLDocument attribute |
| int SimXMLDocument::attributeS32 | ( | string | attribute | ) |
Get attribute value if it exists.
| attribute | The desired SimXMLDocument attribute |
| int SimXMLDocument::attributeS32 | ( | string | attribute | ) |
Get attribute value if it exists.
| attribute | The desired SimXMLDocument attribute |
| void SimXMLDocument::clear | ( | ) |
Clear contents of XML document.
| void SimXMLDocument::clear | ( | ) |
Clear contents of XML document.
| void SimXMLDocument::clearError | ( | ) |
Clear error description.
| void SimXMLDocument::clearError | ( | ) |
Clear error description.
| string SimXMLDocument::elementValue | ( | ) |
Get element value if it exists.
| string SimXMLDocument::elementValue | ( | ) |
Get element value if it exists.
| string SimXMLDocument::firstAttribute | ( | ) |
Obtain the name of the current element's first attribute.
| string SimXMLDocument::firstAttribute | ( | ) |
Obtain the name of the current element's first attribute.
| string SimXMLDocument::getData | ( | ) |
Gets the text from the current stack element.
| string SimXMLDocument::getData | ( | ) |
Gets the text from the current stack element.
| string SimXMLDocument::getErrorDesc | ( | ) |
Get current error description.
| string SimXMLDocument::getErrorDesc | ( | ) |
Get current error description.
| string SimXMLDocument::getText | ( | ) |
Gets the text from the current stack element.
| string SimXMLDocument::getText | ( | ) |
Gets the text from the current stack element.
| string SimXMLDocument::lastAttribute | ( | ) |
Obtain the name of the current element's last attribute.
| string SimXMLDocument::lastAttribute | ( | ) |
Obtain the name of the current element's last attribute.
| int SimXMLDocument::loadFile | ( | string | fileName | ) |
Load file from given filename.
| fileName | The name of the desired file |
| int SimXMLDocument::loadFile | ( | string | fileName | ) |
Load file from given filename.
| fileName | The name of the desired file |
| string SimXMLDocument::nextAttribute | ( | ) |
Get the name of the next attribute for the current element after a call to firstAttribute().
| string SimXMLDocument::nextAttribute | ( | ) |
Get the name of the next attribute for the current element after a call to firstAttribute().
| bool SimXMLDocument::nextSiblingElement | ( | string | name | ) |
Set top element on stack to next element with given name.
| name | The name of the element. |
| bool SimXMLDocument::nextSiblingElement | ( | string | name | ) |
Set top element on stack to next element with given name.
| name | The name of the element. |
| int SimXMLDocument::parse | ( | string | txtXML | ) |
Create document from XML string.
| txtXML | The text of the XML document |
| int SimXMLDocument::parse | ( | string | txtXML | ) |
Create document from XML string.
| txtXML | The text of the XML document |
| void SimXMLDocument::popElement | ( | ) |
Pop last element off of stack.
| void SimXMLDocument::popElement | ( | ) |
Pop last element off of stack.
| string SimXMLDocument::prevAttribute | ( | ) |
Get the name of the previous attribute for the current element after a call to lastAttribute().
| string SimXMLDocument::prevAttribute | ( | ) |
Get the name of the previous attribute for the current element after a call to lastAttribute().
| bool SimXMLDocument::pushChildElement | ( | int | index | ) |
Push the child element at the given index onto stack.
| index | A nonnegative integer representing the index of the child element |
| bool SimXMLDocument::pushChildElement | ( | int | index | ) |
Push the child element at the given index onto stack.
| index | A nonnegative integer representing the index of the child element |
| bool SimXMLDocument::pushFirstChildElement | ( | string | name | ) |
Push first child element with given name onto stack.
| name | The name of the child element |
| bool SimXMLDocument::pushFirstChildElement | ( | string | name | ) |
Push first child element with given name onto stack.
| name | The name of the child element |
| void SimXMLDocument::pushNewElement | ( | string | name | ) |
Create new element as child of current stack element and push new element on to stack.
| name | The anme of the new element |
| void SimXMLDocument::pushNewElement | ( | string | name | ) |
Create new element as child of current stack element and push new element on to stack.
| name | The anme of the new element |
| string SimXMLDocument::readComment | ( | S32 | index | ) |
Returns the comment at the specified index.
| index | The index of the desired comment as a nonnegative integer value |
| string SimXMLDocument::readComment | ( | S32 | index | ) |
Returns the comment at the specified index.
| index | The index of the desired comment as a nonnegative integer value |
| void SimXMLDocument::removeText | ( | ) |
Remove any text on the current stack element.
| void SimXMLDocument::removeText | ( | ) |
Remove any text on the current stack element.
| void SimXMLDocument::reset | ( | ) |
Set this to default state at construction.
| void SimXMLDocument::reset | ( | ) |
Set this to default state at construction.
| int SimXMLDocument::saveFile | ( | string | fileName | ) |
Save file to given filename.
| fileName | A string presenting the filename to save the XML document as |
| int SimXMLDocument::saveFile | ( | string | fileName | ) |
Save file to given filename.
| fileName | A string presenting the filename to save the XML document as |
| void SimXMLDocument::setAttribute | ( | string | attributeName, |
| string | attributeValue | ||
| ) |
Set attribute of top stack element to given value.
| attributeName | The name of the attribute of the element you wish to set |
| attributeValue | The value you wish to set the given attribute to |
| void SimXMLDocument::setAttribute | ( | string | attributeName, |
| string | attributeValue | ||
| ) |
Set attribute of top stack element to given value.
| attributeName | The name of the attribute of the element you wish to set |
| attributeValue | The value you wish to set the given attribute to |
| void SimXMLDocument::setObjectAttributes | ( | string | attributeValue | ) |
Set attribute of top stack element to given value.
| attributeValue | The value you wish to set the given attribute to |
| void SimXMLDocument::setObjectAttributes | ( | string | attributeValue | ) |
Set attribute of top stack element to given value.
| attributeValue | The value you wish to set the given attribute to |
| bool SimXMLDocument::canSaveDynamicFields |
| string SimXMLDocument::class |
Script SuperClass of object.
| string SimXMLDocument::internalName |
| SimObjectPtr SimXMLDocument::parentGroup |
Group hierarchy parent of the object.
| string SimXMLDocument::superclass |
Script Class of object.