diff -r 34a2b880615c -r c5a487f2fd7f lm_message.c --- a/lm_message.c Sun Jul 03 22:17:16 2011 +0300 +++ b/lm_message.c Tue Jul 05 04:17:47 2011 +0300 @@ -30,7 +30,7 @@ /// Module, representing individual message. /// Message have a type and optionally a sub type. /// Message have a set common methods with message node, -/// these are name, next, prev, parent, value, child, +/// these are name, next, prev, parent, value, child, children, /// find_child, attribute, raw, xml and path. They just save /// you typing :node() each time and save memory for /// one node object. @@ -284,6 +284,7 @@ { "parent", parent_lm_node }, { "value", value_lm_node }, { "child", child_lm_node }, + { "children", children_lm_node }, { "find_child", find_child_lm_node }, { "attribute", attribute_lm_node }, { "raw", raw_lm_node },