| java.lang.Object | ||
| ↳ | com.google.gdata.data.TextConstruct | |
| ↳ | com.google.gdata.data.HtmlTextConstruct | |
HTML variant of TextConstruct.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| HtmlTextConstruct.AtomHandler | Parses XML in the Atom format. | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| html | HTML contents. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.TextConstruct
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Class constructor.
| |||||||||||
Class constructor specifying the HTML content for this
text construct to contain.
| |||||||||||
Class constructor specifying the HTML content for this
text construct to contain, plus the human language that
the text is written in.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Generates XML in the Atom format.
| |||||||||||
Generates XML in the RSS format.
| |||||||||||
Returns a plain-text representation of this text construct.
| |||||||||||
Returns this text construct's type (text, HTML, or XHTML).
| |||||||||||
Returns
true if this text construct has no contents. | |||||||||||
Specifies the HTML contents of this text construct.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.TextConstruct
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.ITextConstruct
| |||||||||||
HTML contents.
Class constructor.
Class constructor specifying the HTML content for this text construct to contain.
| html |
|---|
Class constructor specifying the HTML content for this text construct to contain, plus the human language that the text is written in.
| html | |
|---|---|
| lang |
Generates XML in the Atom format.
| w | Output writer |
|---|---|
| elementName | Atom element name |
| IOException |
|---|
Generates XML in the RSS format.
| w | Output writer |
|---|---|
| elementName | RSS element name |
| rssFormat | The restrictions on what HTML tags are allowed |
| IOException |
|---|
Returns a plain-text representation of this text construct.
null if there is no html content.
Returns this text construct's type (text, HTML, or XHTML).
Returns true if this text construct has no contents.
true if this text construct has no contents Specifies the HTML contents of this text construct.
| v |
|---|