jAtom10Reader

Extends \jXMLFeedReader

package

jelix

Methods

read an flux with an url parameter

__construct(string $url) 
inherited
Throws
\jException

Arguments

$url

string

Analyze infos of the feed

analyzeInfo() 
inherited abstract

Analyze items of the feed

analyzeItems() 
inherited abstract

Clear the the SimpleXML structure corresponding to the feed (usefull for big feed)

clearXML() 
inherited

getInfos

getInfos() : \jRSS20Info|\jAtom10Info
inherited

getItems

getItems() : array<mixed,\jXMLFeedItem>
inherited

Response

array<mixed,\jXMLFeedItem>

return the SimpleXML structure corresponding to the feed

getXML() : \SimpleXMLElement
inherited

Response

\SimpleXMLElement

Properties

infos

infos : \jRSS20Info|\jAtom10Info
inherited

items

items : array<mixed,\jRSS20Item>|array<mixed,\jAtom10Item>
inherited
var

Type(s)

array<mixed,\jRSS20Item>|array<mixed,\jAtom10Item>

content an url

xml : \SimpleXMLElement
inherited
var

Type(s)

\SimpleXMLElement

_items_analyzed

_items_analyzed : 
inherited

Type(s)

_infos_analyzed

_infos_analyzed : 
inherited

Type(s)