Detailed reference of prototypes, properties and methods available in the
Javascript environment of your Helma web applications.

Fields and methods of the jala.Rss20Writer class.
jala Rss20Writer(header)
Class to create, modify and render standard-compliant RSS 2.0 feeds.
parameters
String header Optional XML header.
methods
inherits
createElement(data) from jala.XmlWriter
extend(template, ext) from jala.XmlWriter
addNamespace(name, url) from jala.XmlWriter
write() from jala.XmlWriter
toString() from jala.XmlWriter
clone(The) from jala.XmlWriter
Methods
jala.Rss20Writer. getRoot()
Get the writer's root element.
returns
The writer's root element.
jala.Rss20Writer. extendChannel(ext)
Add child elements to the channel template.
parameters
Array ext List of additional child elements.
jala.Rss20Writer. getChannel()
Get the writer's channel element.
returns
The writer's channel element.
jala.Rss20Writer. setChannel(data)
Populate the channel element with data.
parameters
Object data An XmlWriter-compliant object structure.
returns
The populated channel element.
jala.Rss20Writer. extendItem(ext)
Add child elements to the item template.
parameters
Array ext List of additional child elements.
jala.Rss20Writer. createItem(data)
Get a new and innocent item element.
parameters
Object data An XmlWriter-compliant object structure.
returns
A new and innocent item element.
jala.Rss20Writer. addItem(item)
Add an item element to the channel element.
parameters
jala.XmlWriter.XmlElement item The item element to add.
jala.Rss20Writer. addCategory(name, domain, parent)
Add a category element to an arbitrary element.
parameters
String name The name of the category.
String domain The domain of the category.
jala.XmlWriter.XmlElement parent The optional parent element.
jala.Rss20Writer. setImage(data)
Populate the image element with data.
parameters
Object data An XmlWriter-compliant object structure.
jala.Rss20Writer. setTextInput(data)
Populate the textInput element with data.
parameters
Object data An XmlWriter-compliant object structure.
Fri, 05 Feb 2010 17:40:07 GMT.

core framework

optional modules

java libraries

properties files