Module erlcloud_xml

Function Index

decode/2
decode/3
get_bool/2
get_float/2
get_integer/2
get_integer/3
get_list/2
get_text/1
get_text/2
get_text/3
get_time/2

Function Details

decode/2

decode(Values, Node) -> any()

decode/3

decode(Values, Node, Record) -> any()

get_bool/2

get_bool(XPath, Doc) -> any()

get_float/2

get_float(XPath, Node) -> any()

get_integer/2

get_integer(XPath, Doc) -> any()

get_integer/3

get_integer(XPath, Doc, Default) -> any()

get_list/2

get_list(XPath, Doc) -> any()

get_text/1

get_text(XmlText) -> any()

get_text/2

get_text(XPath, Doc) -> any()

get_text/3

get_text(XPath, Doc, Default) -> any()

get_time/2

get_time(XPath, Doc) -> any()


Generated by EDoc