ExEbook v0.1.0 ExEbook.Xml View Source

Module for handling xml content

Link to this section Summary

Link to this section Types

Specs

xpath() :: charlist()

Link to this section Functions

Specs

extract_attr([tuple()]) :: String.t()
Link to this function

find_elements(xml, xpath)

View Source

Specs

find_elements(tuple(), xpath()) :: [tuple()]

Specs

read_document(String.t()) :: tuple()

Specs

text([tuple()]) :: String.t()
Link to this macro

xmlAttribute(args \\ [])

View Source (macro)
Link to this macro

xmlAttribute(record, args)

View Source (macro)
Link to this macro

xmlText(args \\ [])

View Source (macro)
Link to this macro

xmlText(record, args)

View Source (macro)