protected
|
#
handleCategory( JFeed $feed, SimpleXMLElement $el )
Method to handle the <category> element for the feed.
Method to handle the <category> 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
|
#
handleCloud( JFeed $feed, SimpleXMLElement $el )
Method to handle the <cloud> element for the feed.
Method to handle the <cloud> 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
|
#
handleCopyright( JFeed $feed, SimpleXMLElement $el )
Method to handle the <copyright> element for the feed.
Method to handle the <copyright> 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
|
#
handleDescription( JFeed $feed, SimpleXMLElement $el )
Method to handle the <description> element for the
feed.
Method to handle the <description> 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
|
#
handleImage( JFeed $feed, SimpleXMLElement $el )
Method to handle the <image> element for the feed.
Method to handle the <image> 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
|
#
handleLanguage( JFeed $feed, SimpleXMLElement $el )
Method to handle the <language> element for the feed.
Method to handle the <language> 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
|
#
handleLastBuildDate( JFeed $feed, SimpleXMLElement $el )
Method to handle the <lastBuildDate> element for the
feed.
Method to handle the <lastBuildDate> 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
|
#
handleManagingEditor( JFeed $feed, SimpleXMLElement $el )
Method to handle the <managingEditor> element for the
feed.
Method to handle the <managingEditor> 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
|
#
handleSkipDays( JFeed $feed, SimpleXMLElement $el )
Method to handle the <skipDays> element for the feed.
Method to handle the <skipDays> 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
|
#
handleSkipHours( JFeed $feed, SimpleXMLElement $el )
Method to handle the <skipHours> element for the feed.
Method to handle the <skipHours> 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
|
#
handlePubDate( JFeed $feed, SimpleXMLElement $el )
Method to handle the <pubDate> element for the feed.
Method to handle the <pubDate> 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
|
#
handleTtl( JFeed $feed, SimpleXMLElement $el )
Method to handle the <ttl> element for the feed.
Method to handle the <ttl> 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
|
#
handleWebmaster( JFeed $feed, SimpleXMLElement $el )
Method to handle the <webmaster> element for the feed.
Method to handle the <webmaster> 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
|
|
protected
JFeedPerson
|
#
processPerson( string $data )
Method to parse a string with person data and return a JFeedPerson
object.
Method to parse a string with person data and return a JFeedPerson
object.
Parameters
- $data
string - $data The string to parse for a person.
Returns
Since
12.3
|