View Source Retex.Node.SelectNot (retex v0.1.11)

The select nodes are checking for attributes, if they do NOT exists and are linked to the right owner from above, they will be activated and pass the tokens down

Link to this section Summary

Link to this section Types

@type t() :: %Retex.Node.SelectNot{
  bindings: term(),
  class: term(),
  id: term(),
  parent: term()
}

Link to this section Functions