Kuddle.Node (Kuddle v0.1.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Kuddle.Node{
  annotations: [String.t()],
  attributes: [
    {key :: Kuddle.Value.t(), value :: Kuddle.Value.t()} | Kuddle.Value.t()
  ],
  children: [t()] | nil,
  name: String.t()
}