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

Fields and methods of the jala.HtmlDocument class.
jala HtmlDocument(source)
Construct a new HTML document.
parameters
String source The HTML source code.
methods
Methods
jala.HtmlDocument. scrape(xpathExpr)
Get all document nodes from an XPath expression.
parameters
String xpathExpr An XPath expression.
returns
A list of HTML elements.
jala.HtmlDocument. getLinks()
Get all link elements of the HTML document.
returns
A list of link elements.
jala.HtmlDocument. getAll(elementName)
Retrieves all elements by name from the document. The returned object structure is compatible for usage in {@link jala.XmlWriter}.
parameters
String elementName The name of the desired element
returns
The list of available elements in the document
jala.HtmlDocument. toString()
Get a string representation of the HTML document.
returns
A string representation of the HTML document.
Fri, 05 Feb 2010 17:40:07 GMT.

core framework

optional modules

java libraries

properties files