xmlnode
Client-side
Server-side
Shared
Element category: XML
A xmlnode is an object that represents a node in a XML document tree.
OOP Constructor
XML(...) is the constructor method for the xmlnode
class (xmlCreateFile).
OOP Methods and Variables
- xmlnode:copy(...)
- xmlnode:createChild(...)
- xmlnode:destroy(...)
- xmlnode:findChild(...)
- XML.load(...)
- XML.loadstring(...)
- xmlnode:getAttribute(...)
- xmlnode:getAttributes(...) Variable: .attributes
- xmlnode:getChildren(...) Variable: .children
- xmlnode:getName(...) Variable: .name
- xmlnode:getValue(...) Variable: .value
- xmlnode:getParent(...) Variable: .parent
- xmlnode:setAttribute(...)
- xmlnode:setValue(...) Variable: .value
- xmlnode:setName(...) Variable: .name
- xmlnode:saveFile(...)
- xmlnode:unload(...)
See Also
XML Functions
XML Elements
- xmlnode