HPL3/SOMA/Scripting/iXmlNode
Jump to navigation
Jump to search
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 |