XmlQuery.Xmerl (XmlQuery v1.0.0)

Summary

Types

Link to this type

xml_attribute()

@type xml_attribute() ::
  {:xmlAttribute, name :: term(), expanded_name :: term(), nsinfo :: term(),
   namespace :: term(), parents :: term(), pos :: term(), language :: term(),
   value :: term(), normalized :: term()}
Link to this type

xml_document()

@type xml_document() :: {:xmlDocument, content :: term()}
Link to this type

xml_element()

@type xml_element() ::
  {:xmlElement, name :: term(), expanded_name :: term(), nsinfo :: term(),
   namespace :: term(), parents :: term(), pos :: term(), attributes :: term(),
   content :: term(), language :: term(), xmlbase :: term(),
   elementdef :: term()}
@type xml_text() ::
  {:xmlText, parents :: term(), pos :: term(), language :: term(),
   value :: term(), type :: term()}

Functions

Link to this macro

xmlAttribute(args \\ [])

(macro)
Link to this macro

xmlAttribute(record, args)

(macro)
Link to this macro

xmlDocument(args \\ [])

(macro)
Link to this macro

xmlDocument(record, args)

(macro)
Link to this macro

xmlElement(args \\ [])

(macro)
Link to this macro

xmlElement(record, args)

(macro)
Link to this macro

xmlText(args \\ [])

(macro)
Link to this macro

xmlText(record, args)

(macro)