HPL3/Community/Scripting/Classes/ixmlnode
Jump to navigation
Jump to search
Contents
iXmlNode
Fields
iXmlNode has no public fields.
Functions
| Return Type | Function Name | Parameters | Description |
|---|---|---|---|
| const tString& | GetValue | ||
| void | SetValue | const tString &in asValue | |
| eXmlNodeType | GetType | ||
| iXmlNode@ | GetParent | ||
| cXmlElement@ | ToElement | ||
| cXmlElement@ | GetFirstElement | ||
| cXmlElement@ | GetFirstElement | const tString &in asName | |
| cXmlElement@ | CreateChildElement | const tString &in asName | |
| cXmlText@ | ToText | ||
| cXmlText@ | GetFirstText | ||
| cXmlText@ | GetFirstText | const tString &in asText | |
| cXmlText@ | CreateChildText | const tString &in asText | |
| cXmlNodeListIterator@ | GetChildIterator |
Remarks
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!