Method to load a URI into the feed reader for parsing.
JFeedReader
getFeed
(string $uri)
-
string
$uri: The URI of the feed to load. Idn uris must be passed already converted to punycode.
Method to register a JFeedParser class for a given root tag name.
JFeedFactory
registerParser
(
string $tagName,
string $className, [
boolean $overwrite =
false])
-
string
$tagName: The root tag name for which to register the parser class.
-
string
$className: The JFeedParser class name to register for a root tag name.
-
boolean
$overwrite: True to overwrite the parser class if one is already registered.