Difference between revisions of "HPL3/SOMA/Scripting/iXmlNode"
Jump to navigation
Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Fields== iXmlNode has no public fields. ==Functio...") |
|||
Line 38: | Line 38: | ||
| [[../cXmlText|<syntaxhighlight lang="c++" inline>cXmlText@</syntaxhighlight>]] || ToText || || | | [[../cXmlText|<syntaxhighlight lang="c++" inline>cXmlText@</syntaxhighlight>]] || ToText || || | ||
|} | |} | ||
+ | |||
+ | {{ReferencesSection}} | ||
{{HPL3SOMAScriptingCategories}} | {{HPL3SOMAScriptingCategories}} | ||
__FORCETOC__ | __FORCETOC__ |
Latest revision as of 16:13, 6 August 2020
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
Fields
iXmlNode has no public fields.
Functions
Return Type | Function Name | Parameters | Description |
---|---|---|---|
cXmlElement@ |
CreateChildElement | const tString &in asName |
|
cXmlText@ |
CreateChildText | const tString &in asText |
|
cXmlNodeListIterator@ |
GetChildIterator | ||
cXmlElement@ |
GetFirstElement | ||
cXmlElement@ |
GetFirstElement | const tString &in asName |
|
cXmlText@ |
GetFirstText | ||
cXmlText@ |
GetFirstText | const tString &in asText |
|
iXmlNode@ |
GetParent | ||
eXmlNodeType |
GetType | ||
const tString& |
GetValue | ||
void |
SetValue | const tString &in asValue |
|
cXmlElement@ |
ToElement | ||
cXmlText@ |
ToText |