module MultiXml::Parsers::Libxml

def each_child(node, &)

def each_child(node, &)
  node.each_child(&)
end