| java.lang.Object | ||
| ↳ | com.google.gdata.data.Content | |
| ↳ | com.google.gdata.data.TextContent | |
Variant of Content for entries containing text.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| content | Content. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Class constructor.
| |||||||||||
Class constructor specifying the content for this element to contain.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Generates XML in the Atom format.
| |||||||||||
Generates XML in the RSS format.
| |||||||||||
Returns the
ITextConstruct that contains the text content. | |||||||||||
Returns the human language that this content is written in.
| |||||||||||
Returns this content's type.
| |||||||||||
Specifies the text content.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.Content
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.IContent
| |||||||||||
From interface
com.google.gdata.data.ITextContent
| |||||||||||
Class constructor.
Class constructor specifying the content for this element to contain.
| content |
|---|
Generates XML in the Atom format.
| w | Output writer |
|---|---|
| extProfile | Extension Profile for nested extensions |
| IOException |
|---|
Generates XML in the RSS format.
| w | Output writer |
|---|---|
| extProfile | Extension Profile for nested extensions |
| IOException |
|---|
Returns the ITextConstruct that contains the text content.
Returns the human language that this content is written in.
Returns this content's type. See IContent.Type for the set of
expected values.