public class

AtomGenerator

extends XmlGenerator<S>
java.lang.Object
   ↳ com.google.gdata.wireformats.output.CharacterGenerator<S>
     ↳ com.google.gdata.wireformats.output.XmlGenerator<S>
       ↳ com.google.gdata.wireformats.output.AtomGenerator

Class Overview

The AtomGenerator class is a concrete implementation of the OutputGenerator interface that generates GData feeds and entries using the Atom XML Syntax.

Summary

[Expand]
Inherited Fields
From class com.google.gdata.wireformats.output.XmlGenerator
Public Constructors
AtomGenerator()
Public Methods
void generateXml(XmlWriter xw, OutputProperties outProps, IAtom source)
Generates the XML content to the provided XML writer instance based upon the query request/response attributes.
AltFormat getAltFormat()
Class<IAtom> getSourceType()
[Expand]
Inherited Methods
From class com.google.gdata.wireformats.output.XmlGenerator
From class com.google.gdata.wireformats.output.CharacterGenerator
From class java.lang.Object
From interface com.google.gdata.wireformats.output.OutputGenerator

Public Constructors

public AtomGenerator ()

Public Methods

public void generateXml (XmlWriter xw, OutputProperties outProps, IAtom source)

Generates the XML content to the provided XML writer instance based upon the query request/response attributes.

Parameters
xw
outProps
source
Throws
IOException

public AltFormat getAltFormat ()

public Class<IAtom> getSourceType ()