RSS loader.
| package | core |
|---|
__construct(\URLPATH $url, boolean $is_filesystem_path = false)
\URLPATHThe URL to the RSS we will be reading
booleanWhether the 'url' is actually a filesystem path
endElement(object $parser)
objectThe parser object (same as 'this')
endNameSpace(object $parser)
objectThe parser object (same as 'this')
startElement(object $parser, string $name, array $attributes)
objectThe parser object (same as 'this')
stringThe name of the element found
arrayArray of attributes of the element
startNameSpace(object $parser, string $prefix, \?URLPATH $uri = null)
objectThe parser object (same as 'this')
stringN/A
\?URLPATHThe URI of the name space we are entering (null: not given)
startText(object $parser, string $data)
objectThe parser object (same as 'this')
stringThe text
trueStartText(object $parser, string $data)
objectThe parser object (same as 'this')
stringThe text
$attribute_stack
$error
$feed_url
$gleamed_feed
$gleamed_items
$namespace_stack
$tag_stack
$text_so_far
$type
$version