| java.lang.Object | ||
| ↳ | com.google.gdata.data.TextConstruct | |
| ↳ | com.google.gdata.data.XhtmlTextConstruct | |
XHTML variant of TextConstruct.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| XhtmlTextConstruct.AtomHandler | Parses XML in the Atom format. | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| xhtml | XHTML contents. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.TextConstruct
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Class constructor.
| |||||||||||
Class constructor specifying the XHTML content for this
text construct to contain.
| |||||||||||
Class constructor specifying the XHTML 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 XHTML 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
| |||||||||||
Class constructor.
Class constructor specifying the XHTML content for this text construct to contain.
| xhtml |
|---|
Class constructor specifying the XHTML content for this text construct to contain, plus the human language that the text is written in.
| xhtml | |
|---|---|
| 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 text content available.
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