☰

rebar3_docs

0.1.0

  • rebar3_docs
  • rebar3_docs_prv
  • rebar3_docs_xmerl
☰

rebar3_docs_xmerl

Summary

Types

  • xml_element_content()

Functions

  • #element#(X1, X2, X3, X4, E)
  • #root#(X1, X2, X3, X4)
  • #text#(Text)
  • #xml-inheritance#()

Types

xml_element_content()
-type xml_element_content() :: [#xmlElement{} | #xmlText{} | #xmlPI{} | #xmlComment{} | #xmlDecl{}].

Functions

#element#(X1, X2, X3, X4, E)
-spec '#element#'(any(), any(), any(), any(), any()) -> any().

#root#(X1, X2, X3, X4)
-spec '#root#'(any(), any(), any(), any()) -> [any()].

#text#(Text)
-spec '#text#'(any()) -> any().

#xml-inheritance#()
-spec '#xml-inheritance#'() -> list().