Elixpath.Tag (elixpath v0.1.0)

Constants used to represent each path component. Defined as macros for use in guards and pattern matching.

Link to this section Summary

Functions

Used in combination with child/0 or descendant/0, e.g. Elixpath.PathComponent.child(Elixpath.Tag.wildcard()) represents "all the children."

Link to this section Types

Specs

child() :: :elixpath_child
Link to this type

descendant()

Specs

descendant() :: :elixpath_descendant

Specs

wildcard() :: :elixpath_wildcard

Link to this section Functions

Link to this macro

child()

(macro)
Link to this macro

descendant()

(macro)
Link to this macro

wildcard()

(macro)

Used in combination with child/0 or descendant/0, e.g. Elixpath.PathComponent.child(Elixpath.Tag.wildcard()) represents "all the children."