|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.splunk.AtomObject com.splunk.AtomFeed
public class AtomFeed
The AtomFeed
class represents an Atom feed.
Field Summary | |
---|---|
java.util.ArrayList<AtomEntry> |
entries
The list of Atom entries contained in this AtomFeed object. |
java.lang.String |
itemsPerPage
The value of the Atom feed's <itemsPerPage> element. |
java.lang.String |
startIndex
The value of the Atom feed's <startIndex> element. |
java.lang.String |
totalResults
The value of the Atom feed's <totalResults> element. |
Fields inherited from class com.splunk.AtomObject |
---|
id, links, title, updated |
Constructor Summary | |
---|---|
AtomFeed()
|
Method Summary | |
---|---|
static AtomFeed |
parseStream(java.io.InputStream input)
Creates a new AtomFeed instance based on the given stream. |
Methods inherited from class com.splunk.AtomObject |
---|
createReader, getElementText, isEndElement, isStartElement, parseEnd, parseText, scan, scanEnd, scanTag, syntaxError |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.ArrayList<AtomEntry> entries
AtomFeed
object.
public java.lang.String itemsPerPage
<itemsPerPage>
element.
public java.lang.String startIndex
<startIndex>
element.
public java.lang.String totalResults
<totalResults>
element.
Constructor Detail |
---|
public AtomFeed()
Method Detail |
---|
public static AtomFeed parseStream(java.io.InputStream input)
AtomFeed
instance based on the given stream.
input
- The input stream.
AtomFeed
instance representing the parsed stream.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |