// Get the channel element (only one occurs)
ParserUtils.matchCaseOfChildren(root, "channel");
Element channel = root.getChild("channel");
if (channel == null) {
logger.warn("Channel element could not be retrieved from feed.");
throw new ParseException("No channel element found in feed.");
}
// --- read in channel information
ParserUtils.matchCaseOfChildren(channel, new String[] {