if (queryNode == null) {
throw new ParseException("Invalid property'" + DESCENDANT_PROPERTY + "': one array object does not define a twig or node query");
}
// create a descendant query node and add it to the array query node
arrayNode.add(new DescendantQueryNode(queryNode, mod, level));
}
return arrayNode;
}