module MultiXml::Parsers::Oga

def each_child(node, &)

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