return getGroupEvaluator( OR, audience );
}
private Evaluator getGroupEvaluator(int type, Node node) {
NodeList nodes = node.getChildNodes();
Evaluator container = null;
if (nodes == null || nodes.getLength() == 0
|| (container = createGroupEvaluator(type, nodes)) == null) {
throw new RuntimeException("Invalid content. Expected one to many "
+ "<paren>, <NOT>, or <attribute> in '"