Element/XML: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 5: | Line 5: | ||
==Related scripting functions== | ==Related scripting functions== | ||
{{XML functions}} | {{XML functions}} |
Latest revision as of 15:39, 11 September 2024
The xmlnode class represents xmlnodes controlled by either server or client side scripting. This class is created when a client or server script creates it and it is destroyed in the same way.
The element type of this class is "xmlnode".
Related scripting functions
- xmlCopyFile
- xmlCreateChild
- xmlCreateFile
- xmlDestroyNode
- xmlFindChild
- xmlLoadFile
- xmlLoadString
- xmlNodeGetAttribute
- xmlNodeGetAttributes
- xmlNodeGetChildren
- xmlNodeGetName
- xmlNodeGetParent
- xmlNodeGetValue
- xmlNodeSetAttribute
- xmlNodeSetName
- xmlNodeSetValue
- xmlSaveFile
- xmlUnloadFile