public class GenerateUtil extends Object
| Constructor and Description |
|---|
GenerateUtil() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static void generateAtom(XmlWriter writer, IEntry entry, ExtensionProfile extProfile) throws IOException
IOExceptionpublic static void generateAtom(XmlWriter writer, IFeed feed, ExtensionProfile extProfile) throws IOException
IOExceptionCopyright © 2012. All Rights Reserved.