A string that can be used to select a node in a Codama tree.
*
someText
[someNode]
[someNode|someOtherNode]
[someNode]someText
a.b.c
c
a
b
A string that can be used to select a node in a Codama tree.
*matches any node.someTextmatches the name of a node, if any.[someNode]matches a node of the given kind.[someNode|someOtherNode]matches a node with any of the given kind.[someNode]someTextmatches both the kind and the name of a node.a.b.cmatches a nodecsuch that its ancestors containsaandbin order (but not necessarily subsequent).