| Modifier and Type | Method and Description |
|---|---|
void |
Stats.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
GoogleBaseAttributesExtension.generate(XmlWriter xmlWriter,
ExtensionProfile extensionProfile)
Implements
Extension.generate(XmlWriter, ExtensionProfile). |
void |
GmPublishingPriority.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
GmDisapproved.generate(XmlWriter w,
ExtensionProfile extProfile)
Generates a gm:status tag if the status name is set.
|
void |
GmAttributes.generate(XmlWriter w,
ExtensionProfile extProfile)
Generate the XML representation for this tag.
|
void |
AttributeHistogram.generate(XmlWriter w,
ExtensionProfile extProfile)
Generates the XML representation for this tag.
|
| Modifier and Type | Method and Description |
|---|---|
XmlWriter |
HttpGDataRequest.getRequestWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
Person.generate(ExtensionProfile extProfile,
XmlWriter w,
XmlNamespace elementNamespace,
String elementName,
Collection<XmlWriter.Attribute> attributes)
Generates XML.
|
void |
OpenSearchDescriptionDocument.generate(XmlWriter w)
Generates XML.
|
void |
ValueConstruct.generate(XmlWriter w,
ExtensionProfile p) |
void |
Link.generate(XmlWriter w,
ExtensionProfile p) |
void |
Extension.generate(XmlWriter w,
ExtensionProfile extProfile)
Generates an XML representation for the extension.
|
void |
BaseFeed.generate(XmlWriter w,
ExtensionProfile p) |
void |
BaseEntry.generate(XmlWriter w,
ExtensionProfile p) |
void |
AbstractExtension.generate(XmlWriter w,
ExtensionProfile p) |
protected void |
Person.generate(XmlWriter w,
ExtensionProfile p,
XmlNamespace namespace,
String localName,
List<XmlWriter.Attribute> attrs,
AttributeGenerator generator)
Generates XML.
|
protected void |
ExtensionPoint.generate(XmlWriter w,
ExtensionProfile p,
XmlNamespace namespace,
String localName,
List<XmlWriter.Attribute> attrs,
AttributeGenerator generator) |
protected void |
AbstractExtension.generate(XmlWriter w,
ExtensionProfile p,
XmlNamespace namespace,
String localName,
List<XmlWriter.Attribute> attrs,
AttributeGenerator generator)
Generates the XML into the XML writer.
|
void |
Person.generateAtom(ExtensionProfile extProfile,
XmlWriter w,
String elementName)
Generates XML in the Atom format.
|
void |
Generator.generateAtom(XmlWriter w)
Generates XML in the Atom format.
|
void |
Category.generateAtom(XmlWriter w)
Generates XML in the Atom format.
|
void |
TextContent.generateAtom(XmlWriter w,
ExtensionProfile extProfile)
Generates XML in the Atom format.
|
void |
Source.generateAtom(XmlWriter w,
ExtensionProfile extProfile)
Generates XML in the Atom format.
|
void |
PubControl.generateAtom(XmlWriter w,
ExtensionProfile extProfile)
Generates the atom representation for this tag.
|
void |
OutOfLineContent.generateAtom(XmlWriter w,
ExtensionProfile extProfile)
Generates XML in the Atom format.
|
void |
OtherContent.generateAtom(XmlWriter w,
ExtensionProfile extProfile)
Generates XML in the Atom format.
|
void |
Link.generateAtom(XmlWriter w,
ExtensionProfile extProfile)
Generates XML in the Atom format.
|
abstract void |
Content.generateAtom(XmlWriter w,
ExtensionProfile extProfile)
Generates XML in the Atom format.
|
void |
BaseFeed.generateAtom(XmlWriter w,
ExtensionProfile extProfile)
Generates XML in the Atom format.
|
void |
BaseEntry.generateAtom(XmlWriter w,
ExtensionProfile extProfile)
Generates XML in the Atom format.
|
void |
XhtmlTextConstruct.generateAtom(XmlWriter w,
String elementName)
Generates XML in the Atom format.
|
abstract void |
TextConstruct.generateAtom(XmlWriter w,
String elementName)
Generates XML in the Atom format.
|
void |
PlainTextConstruct.generateAtom(XmlWriter w,
String elementName)
Generates XML in the Atom format.
|
void |
HtmlTextConstruct.generateAtom(XmlWriter w,
String elementName)
Generates XML in the Atom format.
|
void |
ExtensionProfile.generateConfig(XmlWriter w,
ExtensionProfile extProfile)
Generates XML in the external config format.
|
void |
ExtensionDescription.generateConfig(XmlWriter w,
ExtensionProfile extProfile)
Generates XML in the external config format.
|
protected void |
ExtensionPoint.generateExtensions(XmlWriter w,
ExtensionProfile extProfile)
Generates XML corresponding to extended properties.
|
void |
BaseFeed.generateFeedEnd(XmlWriter w)
|
void |
BaseFeed.generateFeedStart(ExtensionProfile extProfile,
XmlWriter w,
Collection<XmlNamespace> namespaces)
Generates everything that's in the feed up to and not including the
entries.
|
protected void |
Source.generateInnerAtom(XmlWriter w,
ExtensionProfile extProfile)
Generates inner XML content in the Atom format.
|
void |
Link.generateRss(XmlWriter w)
Generates XML in the RSS format.
|
void |
Category.generateRss(XmlWriter w)
Generates XML in the RSS format.
|
void |
TextContent.generateRss(XmlWriter w,
ExtensionProfile extProfile)
Generates XML in the RSS format.
|
void |
OutOfLineContent.generateRss(XmlWriter w,
ExtensionProfile extProfile)
Generates XML in the RSS format.
|
void |
OtherContent.generateRss(XmlWriter w,
ExtensionProfile extProfile)
Generates XML in the RSS format.
|
abstract void |
Content.generateRss(XmlWriter w,
ExtensionProfile extProfile)
Generates XML in the RSS format.
|
void |
BaseFeed.generateRss(XmlWriter w,
ExtensionProfile extProfile)
Generates XML in the RSS format.
|
void |
BaseEntry.generateRss(XmlWriter w,
ExtensionProfile extProfile)
Generates XML in the RSS format.
|
void |
Person.generateRss(XmlWriter w,
String elementName)
Generates XML in the RSS format.
|
void |
XhtmlTextConstruct.generateRss(XmlWriter w,
String elementName,
TextConstruct.RssFormat rssFormat)
Generates XML in the RSS format.
|
abstract void |
TextConstruct.generateRss(XmlWriter w,
String elementName,
TextConstruct.RssFormat rssFormat)
Generates XML in the RSS format.
|
void |
PlainTextConstruct.generateRss(XmlWriter w,
String elementName,
TextConstruct.RssFormat rssFormat)
Generates XML in the RSS format.
|
void |
HtmlTextConstruct.generateRss(XmlWriter w,
String elementName,
TextConstruct.RssFormat rssFormat)
Generates XML in the RSS format.
|
protected void |
ExtensionPoint.generateStartElement(XmlWriter w,
XmlNamespace namespace,
String elementName,
Collection<XmlWriter.Attribute> additionalAttrs,
Collection<XmlNamespace> additionalNs)
Generates XML corresponding to the type implementing
ExtensionPoint. |
| Modifier and Type | Method and Description |
|---|---|
void |
Quota.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
Property.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
Nickname.generate(XmlWriter w,
ExtensionProfile extensionProfile) |
void |
Name.generate(XmlWriter w,
ExtensionProfile extensionProfile) |
void |
Login.generate(XmlWriter w,
ExtensionProfile extensionProfile) |
void |
EmailList.generate(XmlWriter w,
ExtensionProfile extensionProfile) |
void |
Email.generate(XmlWriter w,
ExtensionProfile extensionProfile) |
| Modifier and Type | Method and Description |
|---|---|
void |
Label.generate(XmlWriter w,
ExtensionProfile extensionProfile) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchStatus.generate(XmlWriter w,
ExtensionProfile extProfile)
Generate an Atom XML representation of the current object.
|
void |
BatchOperation.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
BatchInterrupted.generate(XmlWriter w,
ExtensionProfile extProfile)
Generates an XML representation for batch:interrupted.
|
void |
BatchId.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
BatchOperationType.generateAtom(XmlWriter w)
Generates a batch:operation element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebContent.generate(XmlWriter writer,
ExtensionProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
void |
Package.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
Match.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
File.generate(XmlWriter w,
ExtensionProfile extProfile) |
| Modifier and Type | Method and Description |
|---|---|
void |
Who.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
Where.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
Reminder.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
RecurrenceException.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
Recurrence.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
Rating.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
PostalAddress.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
PhoneNumber.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
OriginalEvent.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
Image.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
GeoPt.generate(XmlWriter w,
ExtensionProfile extProfile)
Deprecated.
|
void |
FeedLink.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
ExtendedProperty.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
EntryLink.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
Email.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
Comments.generate(XmlWriter w,
ExtensionProfile extProfile) |
protected void |
LastModifiedBy.generate(XmlWriter w,
ExtensionProfile p,
XmlNamespace namespace,
String localName,
List<XmlWriter.Attribute> attrs,
AttributeGenerator generator) |
| Modifier and Type | Method and Description |
|---|---|
void |
W3CPoint.generate(XmlWriter w,
ExtensionProfile extProfile)
Generates the XML corresponding to this GeoPoint.
|
void |
GmlPoint.generate(XmlWriter w,
ExtensionProfile extProfile)
Generates the XML corresponding to this gml point.
|
void |
GeoRssWhere.generate(XmlWriter w,
ExtensionProfile p) |
| Modifier and Type | Method and Description |
|---|---|
void |
Workspace.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
ServiceDocument.generate(XmlWriter w,
ExtensionProfile extProfile)
Generates XML.
|
void |
Collection.generate(XmlWriter w,
ExtensionProfile extProfile)
Generates XML.
|
void |
Categories.generate(XmlWriter w,
ExtensionProfile extProfile)
Generates XML.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureFeed.generateAtom(XmlWriter w,
ExtensionProfile extProfile)
Override generateAtom() method to change the default namespace to kml.
|
void |
FeatureEntry.generateAtom(XmlWriter w,
ExtensionProfile extProfile)
Override generateAtom() method to change the default namespace to kml.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExifTags.generate(XmlWriter w,
ExtensionProfile extProfile) |
void |
GphotoFeed.generateRss(XmlWriter w,
ExtensionProfile extProfile) |
void |
GphotoEntry.generateRss(XmlWriter w,
ExtensionProfile extProfile) |
| Modifier and Type | Method and Description |
|---|---|
void |
RowCount.generate(XmlWriter w,
ExtensionProfile extProfile)
Writes this cell as XML, omitting any unspecified fields.
|
void |
CustomElementCollection.generate(XmlWriter w,
ExtensionProfile extProfile)
Writes this cell as XML, omitting any unspecified fields.
|
void |
ColCount.generate(XmlWriter w,
ExtensionProfile extProfile)
Writes this cell as XML, omitting any unspecified fields.
|
void |
Cell.generate(XmlWriter w,
ExtensionProfile extProfile)
Writes this cell as XML, omitting any unspecified fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SitemapNews.generate(XmlWriter writer,
ExtensionProfile profile) |
void |
SitemapMobile.generate(XmlWriter writer,
ExtensionProfile profile) |
| 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 |
VersionConflictException.generate(ExtensionProfile extProfile,
XmlWriter xw)
Generates XML.
|
static void |
GenerateUtil.generateAtom(XmlWriter writer,
IEntry entry,
ExtensionProfile extProfile)
Generates the atom output for an entry using the given xml writer and
extension profile.
|
static void |
GenerateUtil.generateAtom(XmlWriter writer,
IFeed feed,
ExtensionProfile extProfile)
Generates the atom output for a feed using the given xml writer and
extension profile.
|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected XmlWriter |
XmlGenerator.xw
XML writer used by this generator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlGenerator.ElementGenerator.endElement(XmlWriter xw,
Element e,
ElementMetadata<?,?> metadata)
End an element, writing a close tag if needed.
|
void |
XmlGenerator.XmlElementGenerator.endElement(XmlWriter xw,
Element e,
ElementMetadata<?,?> metadata) |
boolean |
XmlGenerator.ElementGenerator.startElement(XmlWriter xw,
Element parent,
Element e,
ElementMetadata<?,?> metadata)
Start an element.
|
boolean |
XmlGenerator.XmlElementGenerator.startElement(XmlWriter xw,
Element parent,
Element e,
ElementMetadata<?,?> metadata) |
void |
XmlGenerator.ElementGenerator.textContent(XmlWriter xw,
Element e,
ElementMetadata<?,?> metadata)
Write the text content for an element.
|
void |
XmlGenerator.XmlElementGenerator.textContent(XmlWriter xw,
Element e,
ElementMetadata<?,?> metadata) |
| Modifier and Type | Method and Description |
|---|---|
protected XmlWriter |
XmlGenerator.getXmlWriter(Writer w,
OutputProperties outProps,
String charset)
Returns an XmlWriter configured based upon request attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RssGenerator.generateXml(XmlWriter xw,
OutputProperties outProps,
IAtom source) |
void |
AtomGenerator.generateXml(XmlWriter xw,
OutputProperties outProps,
IAtom source) |
void |
AtomServiceGenerator.generateXml(XmlWriter xw,
OutputProperties outProps,
IServiceDocument source)
Writes the Service document for the target feed.
|
void |
OpenSearchGenerator.generateXml(XmlWriter xw,
OutputProperties outProps,
OpenSearchDescriptionDocument source)
Writes the metadata based upon the specified feed.
|
abstract void |
XmlGenerator.generateXml(XmlWriter w,
OutputProperties outProps,
S source)
Generates the XML content to the provided XML writer instance based
upon the query request/response attributes.
|
Copyright © 2012. All Rights Reserved.