Class JFeedParserAtom
-
JFeedParser
-
JFeedParserAtom
Methods summary
protected
|
#
handleAuthor( JFeed $feed, SimpleXMLElement $el )
Method to handle the <author> element for the feed.
Method to handle the <author> element for the feed.
Parameters
- $feed
JFeed - $feed The JFeed object being built from the parsed feed.
- $el
SimpleXMLElement - $el The current XML element object to handle.
Since
12.3
|
protected
|
#
handleContributor( JFeed $feed, SimpleXMLElement $el )
Method to handle the <contributor> element for the
feed.
Method to handle the <contributor> element for the
feed.
Parameters
- $feed
JFeed - $feed The JFeed object being built from the parsed feed.
- $el
SimpleXMLElement - $el The current XML element object to handle.
Since
12.3
|
protected
|
#
handleGenerator( JFeed $feed, SimpleXMLElement $el )
Method to handle the <generator> element for the feed.
Method to handle the <generator> element for the feed.
Parameters
- $feed
JFeed - $feed The JFeed object being built from the parsed feed.
- $el
SimpleXMLElement - $el The current XML element object to handle.
Since
12.3
|
protected
|
#
handleId( JFeed $feed, SimpleXMLElement $el )
Method to handle the <id> element for the feed.
Method to handle the <id> element for the feed.
Parameters
- $feed
JFeed - $feed The JFeed object being built from the parsed feed.
- $el
SimpleXMLElement - $el The current XML element object to handle.
Since
12.3
|
protected
|
#
handleLink( JFeed $feed, SimpleXMLElement $el )
Method to handle the <link> element for the feed.
Method to handle the <link> element for the feed.
Parameters
- $feed
JFeed - $feed The JFeed object being built from the parsed feed.
- $el
SimpleXMLElement - $el The current XML element object to handle.
Since
12.3
|
protected
|
#
handleRights( JFeed $feed, SimpleXMLElement $el )
Method to handle the <rights> element for the feed.
Method to handle the <rights> element for the feed.
Parameters
- $feed
JFeed - $feed The JFeed object being built from the parsed feed.
- $el
SimpleXMLElement - $el The current XML element object to handle.
Since
12.3
|
protected
|
#
handleSubtitle( JFeed $feed, SimpleXMLElement $el )
Method to handle the <subtitle> element for the feed.
Method to handle the <subtitle> element for the feed.
Parameters
- $feed
JFeed - $feed The JFeed object being built from the parsed feed.
- $el
SimpleXMLElement - $el The current XML element object to handle.
Since
12.3
|
protected
|
#
handleTitle( JFeed $feed, SimpleXMLElement $el )
Method to handle the <title> element for the feed.
Method to handle the <title> element for the feed.
Parameters
- $feed
JFeed - $feed The JFeed object being built from the parsed feed.
- $el
SimpleXMLElement - $el The current XML element object to handle.
Since
12.3
|
protected
|
#
handleUpdated( JFeed $feed, SimpleXMLElement $el )
Method to handle the <updated> element for the feed.
Method to handle the <updated> element for the feed.
Parameters
- $feed
JFeed - $feed The JFeed object being built from the parsed feed.
- $el
SimpleXMLElement - $el The current XML element object to handle.
Since
12.3
|
protected
|
#
initialise( )
Method to initialise the feed for parsing. Here we detect the version and
advance the stream reader so that it is ready to parse feed elements.
Method to initialise the feed for parsing. Here we detect the version and
advance the stream reader so that it is ready to parse feed elements.
Since
12.3
|
protected
|
|
Methods inherited from JFeedParser
__construct()
,
fetchNamespace()
,
moveToClosingElement()
,
moveToNextElement()
,
parse()
,
processElement()
,
registerNamespace()
Magic methods summary
Properties summary
protected
string
|
$version
|
#
The feed format version.
Since
12.3
|
Properties inherited from JFeedParser
$entryElementName
,
$namespaces
,
$stream