module MultiXml::Parsers::Nokogiri

def each_child(node, &block)

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