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) |
Definition at line 6164 of file lua_pseudo_code.cpp.
| 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.
1.5.6