public class AtomFeed extends AtomObject
AtomFeed
class represents an Atom feed.Modifier and Type | Field and Description |
---|---|
ArrayList<AtomEntry> |
entries
The list of Atom entries contained in this
AtomFeed object. |
String |
itemsPerPage
The value of the Atom feed's
<itemsPerPage> element. |
String |
startIndex
The value of the Atom feed's
<startIndex> element. |
String |
totalResults
The value of the Atom feed's
<totalResults> element. |
id, links, title, updated
Constructor and Description |
---|
AtomFeed() |
Modifier and Type | Method and Description |
---|---|
static AtomFeed |
parseStream(InputStream input)
Creates a new
AtomFeed instance based on the given stream. |
createReader, getElementText, isEndElement, isStartElement, parseEnd, parseText, scan, scanEnd, scanTag, syntaxError
public ArrayList<AtomEntry> entries
AtomFeed
object.public String itemsPerPage
<itemsPerPage>
element.public String startIndex
<startIndex>
element.public String totalResults
<totalResults>
element.public static AtomFeed parseStream(InputStream input)
AtomFeed
instance based on the given stream.input
- The input stream.AtomFeed
instance representing the parsed stream.Copyright © 2022 Splunk, Inc.. All rights reserved.