Uses of Class
com.rometools.rome.feed.rss.Enclosure
-
Packages that use Enclosure Package Description com.rometools.rome.feed.rss com.rometools.rome.feed.synd.impl com.rometools.rome.io.impl -
-
Uses of Enclosure in com.rometools.rome.feed.rss
Methods in com.rometools.rome.feed.rss that return types with arguments of type Enclosure Modifier and Type Method Description List<Enclosure>Item. getEnclosures()Returns the item enclosures.Method parameters in com.rometools.rome.feed.rss with type arguments of type Enclosure Modifier and Type Method Description voidItem. setEnclosures(List<Enclosure> enclosures)Sets the item enclosures. -
Uses of Enclosure in com.rometools.rome.feed.synd.impl
Methods in com.rometools.rome.feed.synd.impl that return types with arguments of type Enclosure Modifier and Type Method Description protected List<Enclosure>ConverterForRSS092. createEnclosures(List<SyndEnclosure> sEnclosures)Method parameters in com.rometools.rome.feed.synd.impl with type arguments of type Enclosure Modifier and Type Method Description protected List<SyndEnclosure>ConverterForRSS092. createSyndEnclosures(List<Enclosure> enclosures) -
Uses of Enclosure in com.rometools.rome.io.impl
Methods in com.rometools.rome.io.impl with parameters of type Enclosure Modifier and Type Method Description protected org.jdom2.ElementRSS092Generator. generateEnclosure(Enclosure enclosure)Method parameters in com.rometools.rome.io.impl with type arguments of type Enclosure Modifier and Type Method Description protected intRSS092Generator. getNumberOfEnclosures(List<Enclosure> enclosures)protected intRSS093Generator. getNumberOfEnclosures(List<Enclosure> enclosures)
-