| Modifier and Type | Method and Description |
|---|---|
Attribute |
RSSDoc.buildAttribute(String name,
String value) |
Attribute |
RSS.getAttribute(String attrName) |
Attribute |
Enclosure.getAttribute(String attrName) |
Attribute |
Extension.getAttribute(String attrName) |
Attribute |
Cloud.getAttribute(String attrName) |
Attribute |
Cloud.getDomain() |
Attribute |
Category.getDomain() |
Attribute |
GUID.getIsPermaLink() |
Attribute |
Enclosure.getLength() |
Attribute |
Cloud.getPath() |
Attribute |
Cloud.getPort() |
Attribute |
Cloud.getProtocol() |
Attribute |
Cloud.getRegisterProcedure() |
Attribute |
Enclosure.getType() |
Attribute |
Source.getUrl() |
Attribute |
Enclosure.getUrl() |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
RSS.getAttributes() |
List<Attribute> |
Enclosure.getAttributes() |
List<Attribute> |
Extension.getAttributes() |
List<Attribute> |
Cloud.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Category |
RSSDoc.buildCategory(Attribute domain,
String category) |
GUID |
RSSDoc.buildGUID(Attribute isPermaLink,
String guid) |
Source |
RSSDoc.buildSource(Attribute url,
String source) |
| Modifier and Type | Method and Description |
|---|---|
Cloud |
RSSDoc.buildCloud(List<Attribute> attributes) |
Enclosure |
RSSDoc.buildEnclosure(List<Attribute> attributes) |
Extension |
RSSDoc.buildExtension(String elementName,
List<Attribute> attributes,
String content) |
RSS |
RSSDoc.buildRSS(Channel channel,
List<Attribute> attributes,
List<Extension> extensions) |
Copyright © 2014. All rights reserved.