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
Link to this type
child()
Specs
child() :: :elixpath_child
Link to this type
descendant()
Specs
descendant() :: :elixpath_descendant
Link to this type
wildcard()
Specs
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."