| Package | Description |
|---|---|
| com.google.gdata.model | |
| com.google.gdata.model.atom |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,XmlBlob> |
XmlBlob.KEY
The id-less key for XmlBlob, a real name must be set before being used.
|
| Constructor and Description |
|---|
XmlBlob(ElementKey<?,? extends XmlBlob> key)
Constructs a new instance using the specified element key.
|
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<String,XmlBlob> |
TextContent.DIV
The key for xhtml:div.
|
| Modifier and Type | Method and Description |
|---|---|
XmlBlob |
TextContent.getXhtml()
Returns the XHTML content of this text content, or
null if no such
element exists. |
| Modifier and Type | Method and Description |
|---|---|
static TextContent |
TextContent.create(int type,
String textOrHtml,
XmlBlob xhtml)
Creates a text content.
|
void |
TextContent.setXhtml(XmlBlob div)
Specifies the XHTML content of this element, turning this into an xhtml
text content element if it wasn't already.
|
static TextContent |
TextContent.xhtml(XmlBlob div)
Construct a new Xhtml text content from the given div.
|
Copyright © 2012. All Rights Reserved.