TraversalKeyvaluepairBase
Attributes
- Graph
-
- Supertypes
-
class AnyValtrait Matchableclass Any
Members list
Value members
Concrete methods
Traverse to key property
Traverse to key property
Attributes
Traverse to nodes where the key matches the regular expression value
Traverse to nodes where the key matches the regular expression value
Attributes
Traverse to nodes where the key matches at least one of the regular expressions in values
Traverse to nodes where the key matches at least one of the regular expressions in values
Attributes
Traverse to nodes where key matches value
exactly.
Traverse to nodes where key matches value
exactly.
Attributes
Traverse to nodes where key matches one of the elements in values
exactly.
Traverse to nodes where key matches one of the elements in values
exactly.
Attributes
Traverse to nodes where key does not match the regular expression value
.
Traverse to nodes where key does not match the regular expression value
.
Attributes
Traverse to nodes where key does not match any of the regular expressions in values
.
Traverse to nodes where key does not match any of the regular expressions in values
.
Attributes
Traverse to value property
Traverse to value property
Attributes
Traverse to nodes where the value matches the regular expression value
Traverse to nodes where the value matches the regular expression value
Attributes
Traverse to nodes where the value matches at least one of the regular expressions in values
Traverse to nodes where the value matches at least one of the regular expressions in values
Attributes
Traverse to nodes where value matches value
exactly.
Traverse to nodes where value matches value
exactly.
Attributes
Traverse to nodes where value matches one of the elements in values
exactly.
Traverse to nodes where value matches one of the elements in values
exactly.
Attributes
Traverse to nodes where value does not match the regular expression value
.
Traverse to nodes where value does not match the regular expression value
.
Attributes
Traverse to nodes where value does not match any of the regular expressions in values
.
Traverse to nodes where value does not match any of the regular expressions in values
.