| java.lang.Object | ||
| ↳ | com.google.gdata.data.Content | |
| ↳ | com.google.gdata.data.OutOfLineContent | |
Known Direct Subclasses
|
Variant of Content for entries that reference external content.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| OutOfLineContent.AtomHandler | Parses XML in the Atom format. | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| etag | ETag for the referenced content. | ||||||||||
| lang | Language derived from the current state of xml:lang. |
||||||||||
| length | Content length. | ||||||||||
| mimeType | MIME Content type. | ||||||||||
| uri | External URI. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Generates XML in the Atom format.
| |||||||||||
Generates XML in the RSS format.
| |||||||||||
Returns the HTTP etag for the referenced content or
null if
none. | |||||||||||
Returns the human language that this content is written in.
| |||||||||||
Returns the MIME content type.
| |||||||||||
Returns this content's type.
| |||||||||||
Returns the external URI.
| |||||||||||
Specifies the human language that this content is written in.
| |||||||||||
Specifies the MIME Content type.
| |||||||||||
Specifies the external URI.
| |||||||||||
|
[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.IOutOfLineContent
| |||||||||||
ETag for the referenced content. Value will be null if unknown.
Language derived from the current state of xml:lang.
Content length. Value will be -1 if unknown.
External URI.
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 HTTP etag for the referenced content or null if
none.
Returns the human language that this content is written in.
Returns this content's type. See IContent.Type for the set of
expected values.
Returns the external URI.
| v |
|---|
Specifies the human language that this content is written in.
| v |
|---|
| v |
|---|
Specifies the external URI.
| v |
|---|