Saxy.XML.element

You're seeing just the function element, go back to Saxy.XML module for more information.
Link to this function

element(name, attributes, children)

View Source

Specs

element(
  name :: term(),
  attributes :: [{key :: term(), value :: term()}],
  children :: term()
) :: element()

Builds element in simple form.