Checks if a child node has a parent with a certain value Note: by default only checks immediate parent. Set maxDepth to a large value to recurse
Uses getValue() on the parent if that function exists.
getValue()
Node to start looking from
Value to seek
Equality checker
Defaults to 0, so it only checks immediate parent
Checks if a child node has a parent with a certain value Note: by default only checks immediate parent. Set maxDepth to a large value to recurse
Uses
getValue()
on the parent if that function exists.