Current section

Files

Jump to
bubble_lib lib bubble_lib xml.ex
Raw

lib/bubble_lib/xml.ex

defmodule BubbleLib.XML do
defdelegate xml_build(data), to: BubbleLib.XML.Build
defdelegate xml_parse(data), to: BubbleLib.XML.Parse
defdelegate xml_xpath(data, query), to: BubbleLib.XML.XPath
end