| Package | Description |
|---|---|
| com.google.gdata.data |
| Modifier and Type | Method and Description |
|---|---|
static TextConstruct.RssFormat |
TextConstruct.RssFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextConstruct.RssFormat[] |
TextConstruct.RssFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XhtmlTextConstruct.generateRss(XmlWriter w,
String elementName,
TextConstruct.RssFormat rssFormat)
Generates XML in the RSS format.
|
abstract void |
TextConstruct.generateRss(XmlWriter w,
String elementName,
TextConstruct.RssFormat rssFormat)
Generates XML in the RSS format.
|
void |
PlainTextConstruct.generateRss(XmlWriter w,
String elementName,
TextConstruct.RssFormat rssFormat)
Generates XML in the RSS format.
|
void |
HtmlTextConstruct.generateRss(XmlWriter w,
String elementName,
TextConstruct.RssFormat rssFormat)
Generates XML in the RSS format.
|
Copyright © 2012. All Rights Reserved.