| Package | Description |
|---|---|
| com.google.gdata.data | |
| com.google.gdata.data.maps | |
| com.google.gdata.model.atom | |
| com.google.gdata.util |
| Modifier and Type | Field and Description |
|---|---|
protected XmlBlob |
XhtmlTextConstruct.xhtml
XHTML contents.
|
protected XmlBlob |
OtherContent.xml
XML contents.
|
protected XmlBlob |
ExtensionPoint.xmlBlob
Arbitrary XML (unrecognized extensions).
|
| Modifier and Type | Method and Description |
|---|---|
XmlBlob |
ExtensionPoint.generateCumulativeXmlBlob(ExtensionProfile extProfile)
Generates an XML blob containing all recognized and unrecognized
extensions.
|
XmlBlob |
XhtmlTextConstruct.getXhtml() |
XmlBlob |
OtherContent.getXml() |
XmlBlob |
ExtensionPoint.getXmlBlob()
Retrieves the XML blob containing arbitrary (unrecognized) extensions.
|
| Modifier and Type | Method and Description |
|---|---|
static TextConstruct |
TextConstruct.create(int type,
String textOrHtml,
XmlBlob xhtml)
Creates a text construct.
|
void |
ExtensionPoint.parseCumulativeXmlBlob(XmlBlob blob,
ExtensionProfile extProfile,
Class<? extends ExtensionPoint> extendedClass)
|
void |
XhtmlTextConstruct.setXhtml(XmlBlob v)
Specifies the XHTML contents of this text construct.
|
void |
OtherContent.setXml(XmlBlob v)
Specifies the XML contents.
|
void |
ExtensionPoint.setXmlBlob(XmlBlob xmlBlob)
Sets the XML blob containing arbitrary (unrecognized) extensions.
|
static TextConstruct |
TextConstruct.xhtml(XmlBlob div)
Construct a new Xhtml text content from the given div.
|
| Constructor and Description |
|---|
XhtmlTextConstruct(XmlBlob xhtml)
Class constructor specifying the XHTML content for this
text construct to contain.
|
XhtmlTextConstruct(XmlBlob xhtml,
String lang)
Class constructor specifying the XHTML content for this
text construct to contain, plus the human language that
the text is written in.
|
| Modifier and Type | Method and Description |
|---|---|
XmlBlob |
FeatureEntry.getKml() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureEntry.setKml(XmlBlob kml)
Sets the KML content of the feature as an XmlBlob.
|
| Modifier and Type | Method and Description |
|---|---|
XmlBlob |
OtherContent.getXml() |
| Modifier and Type | Method and Description |
|---|---|
void |
OtherContent.setXml(XmlBlob v)
Specifies the XML contents.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
XmlBlob.endElement(XmlWriter w,
XmlNamespace namespace,
String elementName,
XmlBlob xml)
Generates an element closing tag containing an XML blob.
|
void |
XmlParser.ElementHandler.initializeXmlBlob(XmlBlob xmlBlob,
boolean mixedContent,
boolean fullTextIndex)
If a derived class wishes to retrieve all unrecognized XML in a blob,
it calls this method.
|
static void |
XmlBlob.startElement(XmlWriter w,
XmlNamespace namespace,
String elementName,
XmlBlob xml,
Collection<XmlWriter.Attribute> additionalAttrs,
Collection<XmlNamespace> additionalNs)
Generates an element opening tag containing an XML blob.
|
Copyright © 2012. All Rights Reserved.