|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.propono.atom.common.rome.ROMEUtilities
public class ROMEUtilities
Convenience methods for ROME.
Field Summary | |
---|---|
static String |
FEED_TYPE
Feed type supported. |
Method Summary | |
---|---|
static boolean |
isMediaEntry(Entry entry)
Determines if entry is media-link entry by checing for presents of link with rel="edit-media". |
static Entry |
parseEntry(Reader rd)
Parse entry from reader. |
static void |
serializeEntry(Entry entry,
Writer writer)
Serialize entry to writer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String FEED_TYPE
Method Detail |
---|
public static void serializeEntry(Entry entry, Writer writer) throws IllegalArgumentException, FeedException, IOException
IllegalArgumentException
FeedException
IOException
public static Entry parseEntry(Reader rd) throws org.jdom.JDOMException, IOException, IllegalArgumentException, FeedException
org.jdom.JDOMException
IOException
IllegalArgumentException
FeedException
public static boolean isMediaEntry(Entry entry)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |