return checkPermissions(child, true, Permissions.REMOVE_NODE);
}
//------------------------------------------------------------< private >---
private Validator nextValidator(@Nullable Tree parentBefore, @Nullable Tree parentAfter, @Nonnull TreePermission treePermission) {
Validator validator = new PermissionValidator(parentBefore, parentAfter, treePermission, this);
return new VisibleValidator(validator, true, false);
}