|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.feedparser.FeedVersion
public class FeedVersion
| Field Summary | |
|---|---|
boolean |
isAtom
True if this is an Atom feed. |
boolean |
isChanges
True if this is a changes.xml file. |
boolean |
isFOAF
True when this is a Friend of a Friend FOAF file. |
boolean |
isOPML
|
boolean |
isRSS
True if this is an RSS feed |
boolean |
isXFN
|
String |
version
The version of this specification. |
int |
version_major
|
int |
version_minor
|
int |
version_sub
|
| Constructor Summary | |
|---|---|
FeedVersion()
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean isAtom
public boolean isRSS
public boolean isFOAF
public boolean isOPML
public boolean isXFN
public boolean isChanges
public String version
public int version_major
public int version_minor
public int version_sub
| Constructor Detail |
|---|
public FeedVersion()
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||