}
}
return results;
} catch (ParserConfigurationException e) {
throw new EvaluatorException("Could not access PCDL descriptor", e);
} catch (SAXException e) {
throw new EvaluatorException("Could not access PCDL descriptor", e);
} catch (IOException e) {
throw new EvaluatorException("Could not access PCDL descriptor", e);
}
}