|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.util.GenerateUtil
public class GenerateUtil
Helper class with static generate methods to generate atom for old or new data model as appropriate.
Constructor Summary | |
---|---|
GenerateUtil()
|
Method Summary | |
---|---|
static void |
generateAtom(XmlWriter writer,
IEntry entry,
ExtensionProfile extProfile)
Generates the atom output for an entry using the given xml writer and extension profile. |
static void |
generateAtom(XmlWriter writer,
IFeed feed,
ExtensionProfile extProfile)
Generates the atom output for a feed using the given xml writer and extension profile. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenerateUtil()
Method Detail |
---|
public static void generateAtom(XmlWriter writer, IEntry entry, ExtensionProfile extProfile) throws java.io.IOException
java.io.IOException
public static void generateAtom(XmlWriter writer, IFeed feed, ExtensionProfile extProfile) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |