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

Fields and methods of the jala.XmlWriter class.
jala XmlWriter(header)
Construct a new XML writer.
parameters
String header An optional XML header.
methods
Methods
jala.XmlWriter. createElement(data)
Get a newly created XML element.
parameters
Object data The XML data as object tree.
returns
The resulting XML element.
jala.XmlWriter. getRoot()
Get the root XML element of this writer.
returns
The root XML element.
jala.XmlWriter. extend(template, ext)
Extend a template object.
parameters
Object template The template object.
Object ext The extension object.
returns
The XML writer.
jala.XmlWriter. addNamespace(name, url)
Add a namespace to this writer.
parameters
String name The name of the namespace.
String url The URL string of the namespace.
returns
The XML root element.
jala.XmlWriter. write()
Write the XML to the response buffer.
jala.XmlWriter. toString()
Get the XML output as string.
returns
The XML output.
jala.XmlWriter. clone(The)
Clone this XML writer.
parameters
Object The clone templare.
returns
The cloned XML writer.
Fri, 05 Feb 2010 17:40:07 GMT.

core framework

optional modules

java libraries

properties files