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