Class rss

Description

Located in /sources/rss.php (line 32)


	
			
Variable Summary
Method Summary
rss rss (URLPATH $url, [boolean $is_filesystem_path = false])
void endElement (object The $parser)
void endNameSpace (object The $parser)
void startElement (object The $parser, string $name, array $attributes)
void startNameSpace (object The $parser, string $prefix, [?URLPATH $uri = NULL])
void startText (object The $parser, string $data)
void trueStartText (object The $parser, string $data)
Variables
mixed $attribute_stack (line 35)
mixed $error (line 41)
mixed $feed_url (line 39)
mixed $gleamed_feed (line 37)
mixed $gleamed_items (line 37)
mixed $namespace_stack (line 35)
mixed $tag_stack (line 35)
mixed $text_so_far (line 35)
mixed $type (line 35)
mixed $version (line 35)
Methods
Constructor rss (line 49)

Constructs the RSS reader: downloads the URL and parses it. Check $error after constructing.

rss rss (URLPATH $url, [boolean $is_filesystem_path = false])
  • URLPATH $url: The URL to the RSS we will be reading
  • boolean $is_filesystem_path: Whether the 'url' is actually a filesystem path
endElement (line 294)

Standard PHP XML parser function.

void endElement (object The $parser)
  • object The $parser: parser object (same as 'this')
endNameSpace (line 227)

Standard PHP XML parser function.

void endNameSpace (object The $parser)
  • object The $parser: parser object (same as 'this')
startElement (line 241)

Standard PHP XML parser function.

void startElement (object The $parser, string $name, array $attributes)
  • object The $parser: parser object (same as 'this')
  • string $name: The name of the element found
  • array $attributes: Array of attributes of the element
startNameSpace (line 209)

Standard PHP XML parser function.

void startNameSpace (object The $parser, string $prefix, [?URLPATH $uri = NULL])
  • object The $parser: parser object (same as 'this')
  • string $prefix: N/A
  • ?URLPATH $uri: The URI of the name space we are entering (NULL: not given)
startText (line 308)

Standard PHP XML parser function.

void startText (object The $parser, string $data)
  • object The $parser: parser object (same as 'this')
  • string $data: The text
trueStartText (line 321)

Parse the complete text of the inside of the tag.

void trueStartText (object The $parser, string $data)
  • object The $parser: parser object (same as 'this')
  • string $data: The text

Documentation generated on Sun, 02 Jan 2011 23:23:52 +0000 by phpDocumentor 1.4.3