xml Class Reference

file : ../lugre/lua/lib.xml.lua (this is just a pseudo class used for grouping global functions) More...

List of all members.

Static Public Member Functions

static mixed EasyXMLWrap (mixed node)
static mixed XMLNodeAddChild (mixed node, mixed child)
 use this instead of table.insert, as the .n field is not set by table.insert
static mixed xmlchild (mixed xmlnode, mixed name, mixed index)
static mixed xmlvalue (mixed xmlnode, mixed name, mixed index)
static mixed xmldump (mixed o, mixed L)


Detailed Description

file : ../lugre/lua/lib.xml.lua (this is just a pseudo class used for grouping global functions)

Definition at line 6164 of file lua_pseudo_code.cpp.


Member Function Documentation

static mixed xml::EasyXMLWrap ( mixed  node  )  [inline, static]

Definition at line 6166 of file lua_pseudo_code.cpp.

static mixed xml::XMLNodeAddChild ( mixed  node,
mixed  child 
) [inline, static]

use this instead of table.insert, as the .n field is not set by table.insert

Definition at line 6169 of file lua_pseudo_code.cpp.

static mixed xml::xmlchild ( mixed  xmlnode,
mixed  name,
mixed  index 
) [inline, static]

finds the first (or index'th) child with child.name=name index : one-based indices default = one = first

Definition at line 6173 of file lua_pseudo_code.cpp.

static mixed xml::xmlvalue ( mixed  xmlnode,
mixed  name,
mixed  index 
) [inline, static]

recieves a value from a child or nil on error shortcut for xmlchild (xmlnode,name,index)[1] with error handling

Definition at line 6177 of file lua_pseudo_code.cpp.

static mixed xml::xmldump ( mixed  o,
mixed  L 
) [inline, static]

Definition at line 6179 of file lua_pseudo_code.cpp.


The documentation for this class was generated from the following file:

Generated on Fri Mar 29 05:41:10 2013 for lua by  doxygen 1.5.6