| Modifier and Type | Method and Description |
|---|---|
Extension |
RSSDoc.buildExtension(String elementName,
List<Attribute> attributes,
String content) |
Extension |
RSS.getExtension(String extName) |
Extension |
Item.getExtension(String extName) |
Extension |
Channel.getExtension(String extName) |
| Modifier and Type | Method and Description |
|---|---|
List<Extension> |
RSS.getExtensions() |
List<Extension> |
Item.getExtensions() |
List<Extension> |
Channel.getExtensions() |
| Modifier and Type | Method and Description |
|---|---|
Channel |
RSSDoc.buildChannel(Title title,
Link link,
Description description,
Language language,
Copyright copyright,
ManagingEditor managingEditor,
WebMaster webMaster,
PubDate pubDate,
LastBuildDate lastBuildDate,
List<Category> categories,
Generator generator,
Docs docs,
Cloud cloud,
TTL ttl,
Image image,
Rating rating,
TextInput textInput,
SkipHours skipHours,
SkipDays skipDays,
List<Extension> extensions,
List<Item> items) |
Item |
RSSDoc.buildItem(Title title,
Link link,
Description description,
Author author,
List<Category> categories,
Comments comments,
Enclosure enclosure,
GUID guid,
PubDate pubDate,
Source source,
List<Extension> extensions) |
RSS |
RSSDoc.buildRSS(Channel channel,
List<Attribute> attributes,
List<Extension> extensions) |
Copyright © 2014. All rights reserved.