Class: MagpieRSS

Source Location: /bblog/bBlog_plugins/rss/library/rss_parse.inc ( Revision Log )

Class MagpieRSS

Property Summary
mixed   $channel  
mixed   $current_field  
mixed   $current_item  
mixed   $current_namespace  
mixed   $ERROR  
mixed   $image  
mixed   $items  
mixed   $parent_field  
mixed   $parser  
mixed   $textinput  

[ Top ]
Method Summary
MagpieRSS   MagpieRSS()  
void   append()  
void   cdata()  
void   end_element()  
void   error()  
void   show_channel()  
void   show_item()  
void   show_list()  
void   start_element()  

[ Top ]
Properties
mixed   $channel = array() [line 102]

[ Top ]
mixed   $current_field = '' [line 107]

[ Top ]
mixed   $current_item = array() [line 100]

[ Top ]
mixed   $current_namespace = false [line 108]

[ Top ]
mixed   $ERROR = "" [line 110]

[ Top ]
mixed   $image = array() [line 104]

[ Top ]
mixed   $items = array() [line 101]

[ Top ]
mixed   $parent_field = array('RDF') [line 106]

[ Top ]
mixed   $parser [line 98]

[ Top ]
mixed   $textinput = array() [line 103]

[ Top ]
Methods
Constructor MagpieRSS  [line 118]

  MagpieRSS MagpieRSS( mixed $source  )



[ Top ]
append  [line 270]

  void append( mixed &$str1, [mixed $str2 = ""]  )



[ Top ]
cdata  [line 214]

  void cdata( mixed $p, mixed $text  )



[ Top ]
end_element  [line 197]

  void end_element( mixed $p, mixed $element  )



[ Top ]
error  [line 277]

  void error( mixed $errormsg, [mixed $lvl = E_USER_WARNING]  )



[ Top ]
show_channel  [line 303]

  void show_channel( )



[ Top ]
show_item  [line 312]

  void show_item( mixed $item  )



[ Top ]
show_list  [line 295]

  void show_list( )



[ Top ]
start_element  [line 165]

  void start_element( mixed $p, mixed $element, mixed &$attrs  )



[ Top ]