Difference between revisions of "HPL3/SOMA/Scripting/cXmlText"

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
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== cXmlText 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:32, 6 August 2020

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Fields

cXmlText 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

References

See all references...