phpDocumentor SAFOX
SAFOX_RSS
[ class tree: SAFOX ] [ index: SAFOX ] [ all elements ]

Class: RSSParser

Source Location: /safox_p_rss.cls.php

Class RSSParser

Class Overview

class RSSParser

Changes History : See File Information for changes *

Located in /safox_p_rss.cls.php [line 57]



		
				Author(s):
		
  • CVH, cpi-service; cvh@cpi-service.com
Information Tags:
License:  GNU
Version:  0.1

Methods

[ Top ]
Method Summary
RSSParser   RSSParser()   RSS Parser Constructor
RSSDoc   &getRSSDoc()   getRSSDoc returns a reference to the parsed RSS Document object
boolean   loadFile()   loadFile return true if remote/local rss-file has been loaded (was found)
boolean   parse()   parse method alias to parseRSS which makes necessary calls to the SAFOX Parser and returns boolean success message
boolean   parseRSS()   parseRSS makes necessary calls to the SAFOX Parser and returns boolean success message
boolean   setString()   setString may be used to set a rss-file manually without loading a file.

[ Top ]
Methods
Constructor RSSParser  [line 77]

  RSSParser RSSParser( )

RSS Parser Constructor


API Tags:
Access:  public


[ Top ]
getRSSDoc  [line 180]

  RSSDoc &getRSSDoc( )

getRSSDoc returns a reference to the parsed RSS Document object


API Tags:
Return:  Object or null


[ Top ]
loadFile  [line 102]

  boolean loadFile( string $file  )

loadFile return true if remote/local rss-file has been loaded (was found)

Parameters:
string   $file:  rss file location

API Tags:
Access:  public


[ Top ]
parse  [line 125]

  boolean parse( )

parse method alias to parseRSS which makes necessary calls to the SAFOX Parser and returns boolean success message


API Tags:
Return:  true or false


[ Top ]
parseRSS  [line 132]

  boolean parseRSS( )

parseRSS makes necessary calls to the SAFOX Parser and returns boolean success message


API Tags:
Return:  true or false


[ Top ]
setString  [line 112]

  boolean setString( string $string  )

setString may be used to set a rss-file manually without loading a file.

the parameter represent the full xml-string document of the Rss file

Parameters:
string   $string:  rss document


[ Top ]

Documentation generated on Thu, 9 Feb 2006 13:55:17 +0100 by phpDocumentor 1.3.0RC3