Modules
ADT Database GTK2 GUI IP PiJAX Public Sql Stdio Subversion System Tools Xosd lua v4l2 wx
Recent Changes
Public.Parser.XML2 1.50
Public.ZeroMQ 1.1
Public.Template.Mustache 1.0
Public.Protocols.XMPP 1.4
Sql.Provider.jdbc 1.0
Popular Downloads
Public.Parser.JSON2 1.0
Public.Parser.JSON 0.2
GTK2 2.23
Public.Web.FCGI 1.8
Public.Parser.XML2 1.48
|
Pike Module Reference: module version 1, prepared
MODULE Public.Web |
Modules RSS
|
|
MODULE Public.Web.RSS |
Classes Channel Item Thing
Methods parse()
|
Description
This is a parser for RSS files. Versions 0.92, 1.0 and 2.0 are
supported.
- Import
-
Method parse
object(Channel) Public.Web.RSS.parse(string xml)
|
CLASS Public.Web.RSS.Thing |
|
-
Variable data
mapping Public.Web.RSS.Thing()->data
|
CLASS Public.Web.RSS.Item |
|
-
Inherit Thing
Thing
|
CLASS Public.Web.RSS.Channel |
|
-
Inherit Thing
Thing
-
Variable items
array(object(Item)) Public.Web.RSS.Channel()->items
|
MODULE RSS |
Methods parse()
|
- Import
-
Method parse
object(Channel) RSS.parse(string xml)
|
MODULE RSS2 |
Methods parse()
|
- Import
-
Method parse
object(Channel) RSS2.parse(string xml)
|
|