Class JFeedParser
Feed Parser class.
Direct known subclasses
Abstract
Package: Joomla\Platform\Feed
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.3
Located at joomla/feed/parser.php
Package: Joomla\Platform\Feed
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.3
Located at joomla/feed/parser.php
Methods summary
public
|
|
public
|
|
public
|
#
registerNamespace( string $prefix,
Method to register a namespace handler object. |
abstract protected
|
#
initialise( )
Method to initialise the feed for parsing. If child parsers need to detect versions or other such things this is where you'll want to implement that logic. |
protected
|
#
processElement(
Method to parse a specific feed element. |
protected
mixed
|
|
protected
boolean
|
#
moveToNextElement( string $name = null )
Method to move the stream parser to the next XML element node. |
protected
|
#
moveToClosingElement( )
Method to move the stream parser to the closing XML node of the current element. |
Magic methods summary
Properties summary
protected
string
|
$entryElementName |
#
The feed element name for the entry elements. |
protected
array
|
$namespaces |
#
Array of JFeedParserNamespace objects |
protected
|
$stream |
#
The XMLReader stream object for the feed. |