module MultiXml::Parsers::Libxml2Parser

def parse(xml)

XML Document IO to parse
xml::
Parse an XML Document IO into a simple hash.
def parse(xml)
  raise NotImplementedError, "inheritor should define #{__method__}"
end