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...")
(No difference)

Revision as of 04:35, 4 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