public class SkipDays extends Object implements Serializable
The <skipDays> element.
From the RSS 2.0 specification...
A hint for aggregators telling them which days they can skip. More info here.
An XML element that contains up to seven <day> sub-elements whose value is Monday, Tuesday, Wednesday, Thursday, Friday, Saturday or Sunday. Aggregators may not read the channel during days listed in the <skipDays> element.
public List<Day> getSkipDays()
public Day getSkipDay(String skipDay)
skipDay - the day of the week.Copyright © 2014. All rights reserved.