public class

GenerateUtil

extends Object
java.lang.Object
   ↳ com.google.gdata.util.GenerateUtil

Class Overview

Helper class with static generate methods to generate atom for old or new data model as appropriate.

Summary

Public Constructors
GenerateUtil()
Public Methods
static void generateAtom(XmlWriter writer, IFeed feed, ExtensionProfile extProfile)
Generates the atom output for a feed using the given xml writer and extension profile.
static void generateAtom(XmlWriter writer, IEntry entry, ExtensionProfile extProfile)
Generates the atom output for an entry using the given xml writer and extension profile.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public GenerateUtil ()

Public Methods

public static void generateAtom (XmlWriter writer, IFeed feed, ExtensionProfile extProfile)

Generates the atom output for a feed using the given xml writer and extension profile.

Parameters
writer
feed
extProfile
Throws
IOException

public static void generateAtom (XmlWriter writer, IEntry entry, ExtensionProfile extProfile)

Generates the atom output for an entry using the given xml writer and extension profile.

Parameters
writer
entry
extProfile
Throws
IOException