Element/XML: Difference between revisions
Jump to navigation
Jump to search
(New page: __NOTOC__ 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...) |
mNo edit summary |
||
Line 6: | Line 6: | ||
==Related scripting functions== | ==Related scripting functions== | ||
===Client=== | ===Client=== | ||
{{ | {{Client XML functions}} | ||
===Server=== | ===Server=== | ||
{{XML functions}} | {{XML functions}} |
Revision as of 23:15, 12 September 2007
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
Client
Shared
- xmlCopyFile
- xmlCreateChild
- xmlCreateFile
- xmlDestroyNode
- xmlFindChild
- xmlLoadFile
- xmlLoadString
- xmlNodeGetAttribute
- xmlNodeGetAttributes
- xmlNodeGetChildren
- xmlNodeGetName
- xmlNodeGetParent
- xmlNodeGetValue
- xmlNodeSetAttribute
- xmlNodeSetName
- xmlNodeSetValue
- xmlSaveFile
- xmlUnloadFile
Server
- xmlCopyFile
- xmlCreateChild
- xmlCreateFile
- xmlDestroyNode
- xmlFindChild
- xmlLoadFile
- xmlLoadString
- xmlNodeGetAttribute
- xmlNodeGetAttributes
- xmlNodeGetChildren
- xmlNodeGetName
- xmlNodeGetParent
- xmlNodeGetValue
- xmlNodeSetAttribute
- xmlNodeSetName
- xmlNodeSetValue
- xmlSaveFile
- xmlUnloadFile