Elixpath.Tag (elixpath v0.1.1)
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
Link to this type
child()
@type child() :: :elixpath_child
Link to this type
descendant()
@type descendant() :: :elixpath_descendant
Link to this type
wildcard()
@type wildcard() :: :elixpath_wildcard
Link to this section Functions
Used in combination with child/0 or descendant/0,
e.g. Elixpath.PathComponent.child(Elixpath.Tag.wildcard()) represents "all the children."