Grax.Id.Namespace (Grax v0.6.0)

View Source

Summary

Types

t()

@type t() :: %Grax.Id.Namespace{
  options: Keyword.t() | nil,
  parent: t() | nil,
  prefix: atom() | nil,
  uri: String.t()
}

Functions

new(parent, segment, opts)

option(namespace, key)

uri(namespace)