class Moxml::Context

def parse(xml, options = {})

def parse(xml, options = {})
  config.adapter.parse(xml, default_options.merge(options))
end